Use Nix release directly instead of overlaying against nixpkgs
This commit is contained in:
		@@ -62,7 +62,7 @@ in
 | 
			
		||||
      };
 | 
			
		||||
      nixpkgs = {
 | 
			
		||||
        overlays = [
 | 
			
		||||
          inputs.nix.overlay
 | 
			
		||||
          (final: prev: { nix = inputs.nix.defaultPackage.${config.nixpkgs.system}; })
 | 
			
		||||
        ];
 | 
			
		||||
        config = {
 | 
			
		||||
          allowUnfree = true;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user