From 7d3e7900cbbee70f17c08a53852d70396ed53b90 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Tue, 3 Oct 2023 14:42:09 +0200 Subject: [PATCH] set concept to draft --- content/concept/index.md | 2 +- shell.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/concept/index.md b/content/concept/index.md index 1e25c64..7548488 100644 --- a/content/concept/index.md +++ b/content/concept/index.md @@ -1,7 +1,7 @@ --- title: Concept comment: false -draft: false +draft: true menu: main: weight: 50 diff --git a/shell.nix b/shell.nix index 58e187c..8f2ebcd 100644 --- a/shell.nix +++ b/shell.nix @@ -1,13 +1,13 @@ with import {}; let nix_pkgs_with_hugo_106 = import (builtins.fetchGit { - # Descriptive name to make the store path easier to identify - name = "nix_pkgs_with_singularity"; + name = "nix_pkgs_with_hugo_106"; url = "https://github.com/NixOS/nixpkgs/"; ref = "refs/heads/nixos-22.11"; rev = "6adf48f53d819a7b6e15672817fa1e78e5f4e84f"; }) {}; + os = if pkgs.system == "x86_64-darwin" then "darwin" else "linux";