configuration/common: Only force nixpkgs in flake registry
This commit is contained in:
		@@ -39,8 +39,8 @@
 | 
				
			|||||||
  # Pin current nixpkgs channel and flake registry to the nixpkgs version
 | 
					  # Pin current nixpkgs channel and flake registry to the nixpkgs version
 | 
				
			||||||
  # the host got build with
 | 
					  # the host got build with
 | 
				
			||||||
  nix.nixPath = lib.mkForce [ "nixpkgs=${lib.cleanSource pkgs.path}" ];
 | 
					  nix.nixPath = lib.mkForce [ "nixpkgs=${lib.cleanSource pkgs.path}" ];
 | 
				
			||||||
  nix.registry = lib.mkForce {
 | 
					  nix.registry = {
 | 
				
			||||||
    "nixpkgs" = {
 | 
					    "nixpkgs" = lib.mkForce {
 | 
				
			||||||
       from = {
 | 
					       from = {
 | 
				
			||||||
         type = "indirect";
 | 
					         type = "indirect";
 | 
				
			||||||
         id = "nixpkgs";
 | 
					         id = "nixpkgs";
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user