diff options
| author | seth <[email protected]> | 2023-04-17 12:11:04 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-17 12:11:04 -0400 |
| commit | 354cc21b53b68c2944bbba6922129f6d21858ab2 (patch) | |
| tree | 14346d75b4b7520d97395534afccc02dab5fafd4 /flake.nix | |
| parent | 92ca826539092f33c8e19a19c7a9ea0def2aece0 (diff) | |
improve lib
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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}; |
