Remove unused Nix vars
This commit is contained in:
parent
a95bead8dd
commit
f2d62f1dcf
1 changed files with 1 additions and 5 deletions
|
@ -121,11 +121,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
lib = let
|
||||
pkgs = nixpkgs;
|
||||
inherit (pkgs.lib) optionals;
|
||||
inherit (pkgs.stdenv) isDarwin isLinux;
|
||||
in {
|
||||
lib = {
|
||||
inherit flake-utils nixpkgs;
|
||||
};
|
||||
} // flake-utils.lib.eachDefaultSystem (system:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue