ensuring dalinar uses the stable system

This commit is contained in:
Chris Cochrun 2022-09-04 16:09:16 -05:00
parent fbfa4f44e6
commit aab76eaf38
2 changed files with 2 additions and 2 deletions

View file

@ -112,7 +112,7 @@ Both include the home-manager module. Primarily I chose that route so that I cou
}
];
};
dalinar = lib-stable.nixosSystem {
dalinar = nixpkgs-stable.lib.nixosSystem {
inherit system;
modules = [
./system/dalinar/configuration.nix

View file

@ -85,7 +85,7 @@
}
];
};
dalinar = lib-stable.nixosSystem {
dalinar = nixpkgs-stable.lib.nixosSystem {
inherit system;
modules = [
./system/dalinar/configuration.nix