mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-04-23 18:19:16 +00:00
project: set system registry with flake inputs
This commit is contained in:
parent
0e0426120a
commit
934ecd0bd5
@ -11,6 +11,9 @@
|
|||||||
nixosConfigurations.desktop = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.desktop = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
|
({ config, lib, ... }: {
|
||||||
|
nix.registry = lib.mapAttrs (_: flake: { inherit flake; }) inputs;
|
||||||
|
})
|
||||||
./hosts/desktop
|
./hosts/desktop
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user