nh update FLAKE env var

This commit is contained in:
DashieTM 2025-04-28 22:37:35 +02:00
parent 3a0b6081c7
commit 2957298530
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;
};
};
}