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 }:
|
||||
with nixpkgs.lib;
|
||||
let
|
||||
plats = nixpkgs.lib.platforms.unix;
|
||||
forAllSystems = fn:
|
||||
genAttrs platforms.unix (system:
|
||||
nixpkgs.lib.genAttrs plats (system:
|
||||
fn (import nixpkgs {
|
||||
inherit system;
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue