From d82ea107c9dc5c22d87d3aa860a2b0180ce9e432 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 18 Mar 2022 14:02:54 +0100 Subject: ... --- flake.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/flake.nix b/flake.nix index e380463b..f1a2e434 100644 --- a/flake.nix +++ b/flake.nix @@ -210,11 +210,6 @@ filterEnabled = attrs: mapAttrs (_n: v: filterAttrs (n: _v: n != "enabled") v) (filterAttrs (_n: v: v.enabled or true) attrs); in mapAttrs (_n: v: if v ? "profiles" then v // { profiles = filterEnabled v.profiles; } else v) (filterEnabled (recursiveUpdate defaults overrides)); - nixPath = forAllSystems (system: _: concatStringsSep ":" [ - "nixpkgs=${nixpkgs.legacyPackages.${system}.path}" - "nixpkgs-overlays=${self.overlays-path.${system}}" - ]); - checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib; }; } -- cgit v1.2.3