flake: use 'lib' directly because we can

This commit is contained in:
Bruno BELANYI 2021-03-12 18:21:46 +00:00
parent f0c3e71b22
commit 11b25a0e0e

View file

@ -52,7 +52,7 @@
]; ];
}; };
}) // { }) // {
nixosConfigurations = nixpkgs.lib.mapAttrs buildHost { nixosConfigurations = lib.mapAttrs buildHost {
porthos = "x86_64-linux"; porthos = "x86_64-linux";
}; };
}; };