flake: remove with statement
This commit is contained in:
parent
38d243fc40
commit
a1e01cf3c3
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs }:
|
outputs = { self, nixpkgs }:
|
||||||
with nixpkgs.lib;
|
|
||||||
let
|
let
|
||||||
|
plats = nixpkgs.lib.platforms.unix;
|
||||||
forAllSystems = fn:
|
forAllSystems = fn:
|
||||||
genAttrs platforms.unix (system:
|
nixpkgs.lib.genAttrs plats (system:
|
||||||
fn (import nixpkgs {
|
fn (import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue