flake

Francesco Saccone's Nix flake.
git clone https://git.francescosaccone.com/flake
Log | Files | Refs | README | LICENSE

for-each-system.nix (94B)


      1 {
      2   nixpkgs,
      3   systems,
      4 }:
      5 f: (system: f { inherit system; }) |> nixpkgs.lib.genAttrs systems