My Nix Configuration
2
fork

Configure Feed

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

[flake] remove host restriction on envrc

dish c39b0d46 b6cab2c9

+4 -5
+4 -5
.envrc
··· 1 - if ! has nix_direnv_version || ! nix_direnv_version 3.0.6; then 2 - source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM=" 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=" 3 3 fi 4 + 4 5 export NH_NOM=1 5 6 export NH_LOG=nh=info 6 7 export NH_FLAKE=$(pwd) 7 8 8 - if [[ $(hostname) == "zaphod" ]]; then 9 - use flake . --accept-flake-config 10 - fi 9 + use flake . --accept-flake-config