From 6273649dbd2402bdbe6a465ee5056408adc41924 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 23 Mar 2022 20:31:45 +0100 Subject: ... --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index c8c4c365..a218d2fe 100644 --- a/flake.nix +++ b/flake.nix @@ -166,9 +166,9 @@ homeConfigurations = listToAttrs (concatLists (mapAttrsToList (hostname: nixosConfig: mapAttrsToList (username: configuration: nameValuePair "${username}@${hostname}" { inherit (configuration.home) activationPackage; }) nixosConfig.config.home-manager.users) self.nixosConfigurations)); overlays = mapAttrs (_name: path: mkOverlay path) overlayPaths; - overlays-path = forAllSystems (system: systemPkgs: toString (systemPkgs.writeText "overlays.nix" '' + overlays-path = forAllSystems (system: systemPkgs: systemPkgs.writeText "overlays.nix" '' map import (builtins.attrValues (builtins.fromJSON ${escapeNixString (toJSON overlayPaths)})) - '')); + ''); packages = mapAttrs (_name: filterAttrs (_name: isDerivation)) packages; packages' = mapAttrs (_name: filterAttrs (_name: value: !(isDerivation value))) packages; -- cgit v1.2.3