Skip to content

Commit

Permalink
set concept to draft
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolakovics committed Oct 3, 2023
1 parent fbba83b commit 7d3e790
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/concept/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Concept
comment: false
draft: false
draft: true
menu:
main:
weight: 50
Expand Down
4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
with import <nixpkgs> {};
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";
Expand Down

0 comments on commit 7d3e790

Please sign in to comment.