From dbcf98b4e458d413b98454ffcdd1d55fd8c7b8ec Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Sun, 5 Mar 2023 11:05:11 -0700 Subject: [PATCH] flake.nix: Bump dependencies --- flake.lock | 15 +++++++-------- flake.nix | 6 ++---- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/flake.lock b/flake.lock index 548ef31..9339588 100644 --- a/flake.lock +++ b/flake.lock @@ -14,17 +14,16 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1673405853, - "narHash": "sha256-6Nq9DuOo+gE2I8z5UZaKuumykz2xxZ9JGYmUthOuwSA=", + "lastModified": 1677892403, + "narHash": "sha256-/Wi0L1spSWLFj+UQxN3j0mPYMoc7ZoAujpUF/juFVII=", "owner": "ipetkov", "repo": "crane", - "rev": "b13963c8c18026aa694acd98d14f66d24666f70b", + "rev": "105e27adb70a9890986b6d543a67761cbc1964a2", "type": "github" }, "original": { "owner": "ipetkov", "repo": "crane", - "rev": "b13963c8c18026aa694acd98d14f66d24666f70b", "type": "github" } }, @@ -61,17 +60,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1672428209, - "narHash": "sha256-eejhqkDz2cb2vc5VeaWphJz8UXNuoNoM8/Op8eWv2tQ=", + "lastModified": 1677852945, + "narHash": "sha256-liiVJjkBTuBTAkRW3hrI8MbPD2ImYzwUpa7kvteiKhM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "293a28df6d7ff3dec1e61e37cc4ee6e6c0fb0847", + "rev": "f5ffd5787786dde3a8bf648c7a1b5f78c4e01abb", "type": "github" }, "original": { "owner": "NixOS", + "ref": "nixpkgs-unstable", "repo": "nixpkgs", - "rev": "293a28df6d7ff3dec1e61e37cc4ee6e6c0fb0847", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 0cd7c09..afcb397 100644 --- a/flake.nix +++ b/flake.nix @@ -2,14 +2,12 @@ description = "A Nix binary cache server"; inputs = { - # FIXME: Bump after the next staging-next merge - # Unstable has been a bumpy ride this year :( - nixpkgs.url = "github:NixOS/nixpkgs/293a28df6d7ff3dec1e61e37cc4ee6e6c0fb0847"; + nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-22.11"; flake-utils.url = "github:numtide/flake-utils"; crane = { - url = "github:ipetkov/crane/b13963c8c18026aa694acd98d14f66d24666f70b"; + url = "github:ipetkov/crane"; inputs.nixpkgs.follows = "nixpkgs"; inputs.flake-compat.follows = "flake-compat"; inputs.flake-utils.follows = "flake-utils";