Update reference names for things
This commit is contained in:
+2
-1
@@ -13,5 +13,6 @@ let
|
|||||||
homemanager = lib.mapAttrs' (n: v: lib.nameValuePair "hm-${n}" v.activationPackage) (
|
homemanager = lib.mapAttrs' (n: v: lib.nameValuePair "hm-${n}" v.activationPackage) (
|
||||||
lib.filterAttrs (_: v: v.pkgs.stdenv.hostPlatform.system == system) top.self.homeConfigurations
|
lib.filterAttrs (_: v: v.pkgs.stdenv.hostPlatform.system == system) top.self.homeConfigurations
|
||||||
);
|
);
|
||||||
|
pkgs = lib.mapAttrs' (n: v: lib.nameValuePair "pkg-${n}" v) self'.packages;
|
||||||
in
|
in
|
||||||
homemanager // nixos // self'.packages
|
homemanager // nixos // pkgs
|
||||||
|
|||||||
Reference in New Issue
Block a user