mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 18:19:11 +00:00
hosts/graphical-installer: fix the erroneous attribute
Pretty much indicates how much I use it. :)
This commit is contained in:
parent
23ff8159a4
commit
a1656caa3a
@ -13,7 +13,7 @@
|
|||||||
target = "/bootstrap/";
|
target = "/bootstrap/";
|
||||||
}];
|
}];
|
||||||
storeContents = [
|
storeContents = [
|
||||||
self.devShell.${config.nixpkgs.system}
|
self.devShells.${config.nixpkgs.system}.default
|
||||||
] ++ builtins.attrValues inputs;
|
] ++ builtins.attrValues inputs;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user