Remove unused Nix vars

This commit is contained in:
Luc Perkins 2022-08-13 18:39:17 +03:00
parent a95bead8dd
commit f2d62f1dcf
No known key found for this signature in database
GPG key ID: 4F102D0C16E232F2

View file

@ -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: