Skip to content

Commit 5f26e65

Browse files
committed
hosts: update env var FLAKE -> NH_FLAKE
1 parent b15937c commit 5f26e65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hosts/io/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
};
2929

3030
# nh default flake
31-
environment.variables.FLAKE = "/home/mihai/Documents/code/dotfiles";
31+
environment.variables.NH_FLAKE = "/home/mihai/Documents/code/dotfiles";
3232

3333
hardware = {
3434
# xpadneo.enable = true;

hosts/wsl/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
inputs.nixos-wsl.nixosModules.default
44
];
55
# nh default flake
6-
environment.variables.FLAKE = "/home/mihai/Documents/code/dotfiles";
6+
environment.variables.NH_FLAKE = "/home/mihai/Documents/code/dotfiles";
77

88
wsl = {
99
enable = true;

0 commit comments

Comments
 (0)