home-modules/common: Add input pkgs to flake registry
This commit is contained in:
		@@ -4,6 +4,16 @@ let
 | 
				
			|||||||
in
 | 
					in
 | 
				
			||||||
mkMerge [
 | 
					mkMerge [
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
 | 
					    nix.registry = {
 | 
				
			||||||
 | 
					      pkgs = {
 | 
				
			||||||
 | 
					        to = {
 | 
				
			||||||
 | 
					          type = "path";
 | 
				
			||||||
 | 
					          path = toString pkgs.path;
 | 
				
			||||||
 | 
					        };
 | 
				
			||||||
 | 
					        exact = true;
 | 
				
			||||||
 | 
					      };
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    programs = {
 | 
					    programs = {
 | 
				
			||||||
      # Even when enabled this will only be actually installed in standalone mode
 | 
					      # Even when enabled this will only be actually installed in standalone mode
 | 
				
			||||||
      # Note: `home-manager.path` is for telling home-manager is installed and setting it in NIX_PATH, which we should
 | 
					      # Note: `home-manager.path` is for telling home-manager is installed and setting it in NIX_PATH, which we should
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user