flake.nix: make outputs.inputs buildable

This commit is contained in:
Oystein Kristoffer Tveit 2024-12-08 00:29:59 +01:00
parent 5242d99260
commit 0ed0a3a504
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

View File

@ -49,7 +49,7 @@
"ildkule"
];
in {
inherit inputs;
inputs = nixlib.mapAttrs (_: src: src.outPath) inputs;
nixosConfigurations = let
unstablePkgs = nixpkgs-unstable.legacyPackages.x86_64-linux;