point to dodsorfas cache
This commit is contained in:
		
							parent
							
								
									2b4bfc6b9d
								
							
						
					
					
						commit
						ae37d31da2
					
				
							
								
								
									
										18
									
								
								flake.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										18
									
								
								flake.lock
									
									
									
										generated
									
									
									
								
							@ -141,11 +141,11 @@
 | 
				
			|||||||
        "rust-overlay": "rust-overlay"
 | 
					        "rust-overlay": "rust-overlay"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "locked": {
 | 
					      "locked": {
 | 
				
			||||||
        "lastModified": 1655766950,
 | 
					        "lastModified": 1655829396,
 | 
				
			||||||
        "narHash": "sha256-XXCdh1ShUizIAq3H8Nw9lGWvIpvSVKK/7D9F0n2dLs8=",
 | 
					        "narHash": "sha256-cA6mWX9eHOmOPyJ4UQEg3RDv6v+7kUuJFEY9I1Vd1qQ=",
 | 
				
			||||||
        "owner": "helix-editor",
 | 
					        "owner": "helix-editor",
 | 
				
			||||||
        "repo": "helix",
 | 
					        "repo": "helix",
 | 
				
			||||||
        "rev": "0ad10ce6f7159bc857eef1445a6c5cc28ae6a249",
 | 
					        "rev": "6a3f7f2c399f0b92cef97b0c85ebe976fd7cfcac",
 | 
				
			||||||
        "type": "github"
 | 
					        "type": "github"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "original": {
 | 
					      "original": {
 | 
				
			||||||
@ -204,11 +204,11 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "nixos-2205": {
 | 
					    "nixos-2205": {
 | 
				
			||||||
      "locked": {
 | 
					      "locked": {
 | 
				
			||||||
        "lastModified": 1655456688,
 | 
					        "lastModified": 1655643053,
 | 
				
			||||||
        "narHash": "sha256-j2trI5gv2fnHdfUQFBy957avCPxxzCqE8R+TOYHPSRE=",
 | 
					        "narHash": "sha256-8PMDEr44DwH45PbBijtQcAPyC4Ap+sOO5wK0y5lFvyY=",
 | 
				
			||||||
        "owner": "nixos",
 | 
					        "owner": "nixos",
 | 
				
			||||||
        "repo": "nixpkgs",
 | 
					        "repo": "nixpkgs",
 | 
				
			||||||
        "rev": "d17a56d90ecbd1b8fc908d49598fb854ef188461",
 | 
					        "rev": "5afb1b7dcf46c4ded5719525a42879b35363862c",
 | 
				
			||||||
        "type": "github"
 | 
					        "type": "github"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "original": {
 | 
					      "original": {
 | 
				
			||||||
@ -220,11 +220,11 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "nur": {
 | 
					    "nur": {
 | 
				
			||||||
      "locked": {
 | 
					      "locked": {
 | 
				
			||||||
        "lastModified": 1655767258,
 | 
					        "lastModified": 1655825335,
 | 
				
			||||||
        "narHash": "sha256-010rqYJ54W6JCi+h9MDgpuVUCLlcAiJLnEntm6NgnuI=",
 | 
					        "narHash": "sha256-AqyCI2RvNq/m/xJA0hStlnjOVFg79dAQMrekFMewIrs=",
 | 
				
			||||||
        "owner": "nix-community",
 | 
					        "owner": "nix-community",
 | 
				
			||||||
        "repo": "NUR",
 | 
					        "repo": "NUR",
 | 
				
			||||||
        "rev": "76bc532de733f87c51b587cf785d7277efe2c376",
 | 
					        "rev": "704c6fd2e80fd0350cfec64a8dd9154464be67a1",
 | 
				
			||||||
        "type": "github"
 | 
					        "type": "github"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "original": {
 | 
					      "original": {
 | 
				
			||||||
 | 
				
			|||||||
@ -1,8 +1,8 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  description = "dandellion's home-manager profiles";
 | 
					  description = "dandellion's home-manager profiles";
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  nixConfig.extra-substituters = ["https://helix.cachix.org"];
 | 
					  nixConfig.extra-substituters = ["https://cache.dodsorf.as"];
 | 
				
			||||||
  nixConfig.exta-trusted-public-keys = "helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs=";
 | 
					  nixConfig.exta-trusted-public-keys = "cache.dodsorf.as:FYKGadXTyI2ax8mirBTOjEqS/8PZKAWxiJVOBjESQXc=";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  inputs  = {
 | 
					  inputs  = {
 | 
				
			||||||
    home-manager-2205.url = "github:nix-community/home-manager/release-22.05";
 | 
					    home-manager-2205.url = "github:nix-community/home-manager/release-22.05";
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user