flake.nix: simplify forAllSystems (#190527)

This commit is contained in:
Jörg Thalheim 2022-11-08 19:38:35 +01:00 committed by GitHub
parent 176676c4cf
commit 49e5e47318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,7 @@
lib = import ./lib;
forAllSystems = f: lib.genAttrs lib.systems.flakeExposed (system: f system);
forAllSystems = lib.genAttrs lib.systems.flakeExposed;
in
{
lib = lib.extend (final: prev: {