diff --git a/flake.lock b/flake.lock index 915190d..d4d7862 100644 --- a/flake.lock +++ b/flake.lock @@ -71,6 +71,21 @@ "type": "indirect" } }, + "nixpkgs_2": { + "locked": { + "lastModified": 1781886833, + "narHash": "sha256-bqeNx2NLhy7WgrnYelivWIzwJgO3P1mmo5e0BXsxhJg=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "7bed2d2f31c2681e30c36b1975c3706fb41f885b", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, "nixpkgs_stable": { "locked": { "lastModified": 1688392541, @@ -128,9 +143,7 @@ "tachikoma": { "inputs": { "flake-utils": "flake-utils_2", - "nixpkgs": [ - "nixpkgs" - ] + "nixpkgs": "nixpkgs_2" }, "locked": { "lastModified": 1781884897, diff --git a/flake.nix b/flake.nix index 73f5fa5..fc13acf 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,8 @@ }; tachikoma = { url = "git+https://forge.room409.xyz/miloignis/tachikoma.git"; - inputs.nixpkgs.follows = "nixpkgs"; + #inputs.nixpkgs.follows = "nixpkgs"; + #don't follow because it can change the cargo hash? };