[WIP] Flakes #45

Closed
astro wants to merge 12 commits from astro/nix-scripts:flakes into master
1 changed files with 1 additions and 4 deletions
Showing only changes of commit 3d6ca4564e - Show all commits

View File

@ -29,10 +29,7 @@
systems = [
"x86_64-linux"
];
forAllSystems = f:
builtins.foldl' (systems: system:
systems // { ${system} = f system; }
) {} systems;
forAllSystems = nixpkgs.lib.genAttrs systems;
in rec {
packages = forAllSystems (system: