mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-20 00: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/";
|
||||
}];
|
||||
storeContents = [
|
||||
self.devShell.${config.nixpkgs.system}
|
||||
self.devShells.${config.nixpkgs.system}.default
|
||||
] ++ builtins.attrValues inputs;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user