diff options
Diffstat (limited to 'org/config_nix.org')
-rw-r--r-- | org/config_nix.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/config_nix.org b/org/config_nix.org index 8ddb251..6ff0866 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -33,7 +33,7 @@ pname = "spine"; version = "<<spine_version_set>>"; shell = ./shell.nix; # ./default.nix; - devEnv = ./.envrc; # ./shell.nix; # ./default.nix; + devEnv = ./nixDevEnv.sh; # ./shell.nix; # ./default.nix; # ./.envrc; supportedSystems = ["x86_64-linux"]; # [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ]; forAllSystems = nixpkgs.lib.genAttrs supportedSystems; nixpkgsFor = forAllSystems (system: import nixpkgs {inherit system;}); # nixpkgs instantiated for supported system types |