nh update FLAKE env var (#8)

This commit is contained in:
Dashie 2025-04-28 22:40:33 +02:00 committed by GitHub
parent 3a0b6081c7
commit ed40157986
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 2 deletions

View file

@ -16,6 +16,7 @@
NIXOS_OZONE_WL = "1";
GOPATH = "$HOME/.go";
FLAKE = config.conf.nixosConfigPath;
NH_FLAKE = config.conf.nixosConfigPath;
};
};
}