My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[envrc] update nix-direnv and remove nh stuff

dish 7287d4e6 1ef373c7

+2 -7
+2 -7
.envrc
··· 1 - if ! has nix_direnv_version || ! nix_direnv_version 3.1.0; then 2 - source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.1.0/direnvrc" "sha256-yMJ2OVMzrFaDPn7q8nCBZFRYpL/f0RcHzhmw/i6btJM=" 1 + if ! has nix_direnv_version || ! nix_direnv_version 3.1.1; then 2 + source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.1.1/direnvrc" "sha256-p+fzQdrms/hDa7g+soShAybJNo4bN4SIAeSfqNKgD5I=" 3 3 fi 4 - 5 - export NH_NOM=1 6 - export NH_LOG=nh=info 7 - NH_FLAKE=$(pwd) 8 - export NH_FLAKE 9 4 10 5 use flake . --accept-flake-config