Needs to inherit inputs, of course
This commit is contained in:
parent
4062deb725
commit
7c7ca02575
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@
|
||||||
|
|
||||||
alexandria = nixpkgs-stable.lib.nixosSystem {
|
alexandria = nixpkgs-stable.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
specialArgs = { inherit inputs; };
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/servers/alexandria.nix
|
./hosts/servers/alexandria.nix
|
||||||
home-manager-stable.nixosModules.home-manager
|
home-manager-stable.nixosModules.home-manager
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue