flake.nix: Use inherit instead

This commit is contained in:
Florian RICHER 2024-04-08 00:45:54 +02:00
parent f8fc66d9ad
commit 40fbcf9654

View file

@ -29,7 +29,7 @@
nixosConfigurations = nixpkgs.lib.foldl (c: s:
c // {
${s.name} = nixpkgs.lib.nixosSystem {
system = s.system;
inherit (s) system;
modules = [
./hosts/${s.name}
home-manager.nixosModules.home-manager