hosts/graphical-installer: fix the erroneous attribute

Pretty much indicates how much I use it. :)
This commit is contained in:
Gabriel Arazas 2022-11-30 08:30:47 +08:00
parent 23ff8159a4
commit a1656caa3a

View File

@ -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;
}; };