diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-04-20 19:32:51 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-04-20 19:32:51 -0400 |
commit | 6a9b94ab8ea12a9f112406a9d6916466296cb114 (patch) | |
tree | 175576dc3907abf3c59c1a41dcf50c4d2cf59aed | |
parent | markup in AI systems as artwork, minor (diff) |
nix .envrc read local settings if any
-rw-r--r-- | .envrc | 6 | ||||
-rw-r--r-- | flake.lock | 14 | ||||
-rw-r--r-- | org/config_nix.org | 6 |
3 files changed, 13 insertions, 13 deletions
@@ -9,9 +9,9 @@ fi watch_file flake.lock watch_file flake.nix watch_file makefile -#if [ -f .envrc-local ]; then -# source_env_if_exists .envrc-local || source .envrc-local -#fi +if [ -f .envrc-local ]; then + source_env_if_exists .envrc-local || source .envrc-local +fi PATH_add result/bin use flake . #use flake .#default @@ -38,11 +38,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1681753173, - "narHash": "sha256-MrGmzZWLUqh2VstoikKLFFIELXm/lsf/G9U9zR96VD4=", + "lastModified": 1681956304, + "narHash": "sha256-unQAkIwasSPc51R+CHF+r+58WM4bU/lEnXPSpi6yAxg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "0a4206a51b386e5cda731e8ac78d76ad924c7125", + "rev": "5b7bbca14c3627153bd305bec9a71f98b56c140c", "type": "github" }, "original": { @@ -67,11 +67,11 @@ ] }, "locked": { - "lastModified": 1681162928, - "narHash": "sha256-lR+36LESgWKUtGc74TABMeBsPB9R8AKVKil/CDBA0LY=", + "lastModified": 1682032940, + "narHash": "sha256-VbWw3334PhRr7w/aHpddBGVbIfVCQeag9z8haxlNIFg=", "ref": "refs/heads/main", - "rev": "e3ced89491d3b39d29ba2ae824a474ef14ebb207", - "revCount": 576, + "rev": "cff8fea1ee232fcb751b2d6d3e7bfe4ef4060247", + "revCount": 577, "type": "git", "url": "file:///home/ralph/grotto/repo/git.repo/projects/doc-reform/code/software/spine" }, diff --git a/org/config_nix.org b/org/config_nix.org index e43ffbd..7153926 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -35,9 +35,9 @@ fi watch_file flake.lock watch_file flake.nix watch_file makefile -#if [ -f .envrc-local ]; then -# source_env_if_exists .envrc-local || source .envrc-local -#fi +if [ -f .envrc-local ]; then + source_env_if_exists .envrc-local || source .envrc-local +fi PATH_add result/bin use flake . #use flake .#default |