Simplify function (#2903)

main
Sandro 2 years ago committed by GitHub
parent 8ec13d33b1
commit 93a69d0738
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      flake.nix

@ -7,8 +7,7 @@
supportedSystems = with nixpkgs.lib.platforms; linux ++ darwin;
# Function to generate a set based on supported systems
forAllSystems = f:
nixpkgs.lib.genAttrs supportedSystems (system: f system);
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
nixpkgsFor = forAllSystems (system: import nixpkgs { inherit system; });
in rec {

Loading…
Cancel
Save