diff options
| -rw-r--r-- | .envrc | 1 | ||||
| -rw-r--r-- | flake.lock | 6 | ||||
| -rw-r--r-- | org/config_nix.org | 1 | 
3 files changed, 5 insertions, 3 deletions
| @@ -12,4 +12,5 @@ watch_file flake.nix  if [ -f .envrc-local ]; then    source_env_if_exists .envrc-local || source .envrc-local  fi +PATH_add result/bin  #nix flake update && nix flake check --show-trace && nix flake show @@ -17,11 +17,11 @@      },      "nixpkgs": {        "locked": { -        "lastModified": 1675698036, -        "narHash": "sha256-BgsQkQewdlQi8gapJN4phpxkI/FCE/2sORBaFcYbp/A=", +        "lastModified": 1675758091, +        "narHash": "sha256-7gFSQbSVAFUHtGCNHPF7mPc5CcqDk9M2+inlVPZSneg=",          "owner": "NixOS",          "repo": "nixpkgs", -        "rev": "1046c7b92e908a1202c0f1ba3fc21d19e1cf1b62", +        "rev": "747927516efcb5e31ba03b7ff32f61f6d47e7d87",          "type": "github"        },        "original": { diff --git a/org/config_nix.org b/org/config_nix.org index 019cac7c..a3470078 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -47,6 +47,7 @@ watch_file flake.nix  if [ -f .envrc-local ]; then    source_env_if_exists .envrc-local || source .envrc-local  fi +PATH_add result/bin  #nix flake update && nix flake check --show-trace && nix flake show  #+END_SRC | 
