summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-17 12:11:04 -0400
committerseth <[email protected]>2023-04-17 12:11:04 -0400
commit354cc21b53b68c2944bbba6922129f6d21858ab2 (patch)
tree14346d75b4b7520d97395534afccc02dab5fafd4 /flake.nix
parent92ca826539092f33c8e19a19c7a9ea0def2aece0 (diff)
improve lib
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/flake.nix b/flake.nix
index b2f5cb0..31d07e4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -73,14 +73,7 @@
pre-commit-hooks,
...
}: let
- inherit
- (import ./lib {
- inherit (nixpkgs) lib;
- inherit inputs;
- })
- mapHosts
- mapHMUsers
- ;
+ inherit (import ./lib {inherit (nixpkgs) lib;}) mapHosts mapHMUsers;
in
flake-utils.lib.eachDefaultSystem (system: let
pkgs = nixpkgs.legacyPackages.${system};