flake: use 'lib' directly because we can
This commit is contained in:
parent
f0c3e71b22
commit
11b25a0e0e
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
|||
];
|
||||
};
|
||||
}) // {
|
||||
nixosConfigurations = nixpkgs.lib.mapAttrs buildHost {
|
||||
nixosConfigurations = lib.mapAttrs buildHost {
|
||||
porthos = "x86_64-linux";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue