diff --git a/flake.lock b/flake.lock index d53fea3..548ef31 100644 --- a/flake.lock +++ b/flake.lock @@ -14,16 +14,17 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1675451374, - "narHash": "sha256-WRV5qJqJuhdPirb2IBwGJgJrZk6sA4Nfj0KwUrONg98=", + "lastModified": 1673405853, + "narHash": "sha256-6Nq9DuOo+gE2I8z5UZaKuumykz2xxZ9JGYmUthOuwSA=", "owner": "ipetkov", "repo": "crane", - "rev": "9aebc95cd1e12761ad593aeb0c26bc0785015b7f", + "rev": "b13963c8c18026aa694acd98d14f66d24666f70b", "type": "github" }, "original": { "owner": "ipetkov", "repo": "crane", + "rev": "b13963c8c18026aa694acd98d14f66d24666f70b", "type": "github" } }, @@ -60,17 +61,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1675153841, - "narHash": "sha256-EWvU3DLq+4dbJiukfhS7r6sWZyJikgXn6kNl7eHljW8=", + "lastModified": 1672428209, + "narHash": "sha256-eejhqkDz2cb2vc5VeaWphJz8UXNuoNoM8/Op8eWv2tQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "ea692c2ad1afd6384e171eabef4f0887d2b882d3", + "rev": "293a28df6d7ff3dec1e61e37cc4ee6e6c0fb0847", "type": "github" }, "original": { "owner": "NixOS", "repo": "nixpkgs", - "rev": "ea692c2ad1afd6384e171eabef4f0887d2b882d3", + "rev": "293a28df6d7ff3dec1e61e37cc4ee6e6c0fb0847", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 5895490..0cd7c09 100644 --- a/flake.nix +++ b/flake.nix @@ -2,13 +2,14 @@ description = "A Nix binary cache server"; inputs = { - # FIXME: Debug issue preventing interactive builds from working - nixpkgs.url = "github:NixOS/nixpkgs/ea692c2ad1afd6384e171eabef4f0887d2b882d3"; + # FIXME: Bump after the next staging-next merge + # Unstable has been a bumpy ride this year :( + nixpkgs.url = "github:NixOS/nixpkgs/293a28df6d7ff3dec1e61e37cc4ee6e6c0fb0847"; nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-22.11"; flake-utils.url = "github:numtide/flake-utils"; crane = { - url = "github:ipetkov/crane"; + url = "github:ipetkov/crane/b13963c8c18026aa694acd98d14f66d24666f70b"; inputs.nixpkgs.follows = "nixpkgs"; inputs.flake-compat.follows = "flake-compat"; inputs.flake-utils.follows = "flake-utils";