bump to the newer nixpkgs branch

This commit is contained in:
Jean-Paul Calderone 2023-07-19 17:29:50 -04:00
parent ddfd95faff
commit a3f50aa481
2 changed files with 9 additions and 5 deletions

8
flake.lock generated
View File

@ -68,16 +68,16 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1687349636,
"narHash": "sha256-wpWWNoKJ6z8Nt9egpeiKzsCgkkDO2SO4g6ab9SxgvpM=",
"lastModified": 1689791806,
"narHash": "sha256-QpXjfiyBFwa7MV/J6nM5FoBreks9O7j9cAZxV22MR8A=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "49b7c90c06e557e7473ef467f40d98e7c368d29f",
"rev": "439ba0789ff84dddea64eb2d47a4a0d4887dbb1f",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "pull/238965/head",
"ref": "pull/244135/head",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -12,8 +12,12 @@
"nixpkgs-23_05" = {
url = github:NixOS/nixpkgs?ref=release-23.05;
};
# We depend on a very new python-cryptography which is not yet available
# from any release branch of nixpkgs. However, it is contained in a PR
# currently up for review. Point our nixpkgs at that for now.
"nixpkgs-unstable" = {
url = github:NixOS/nixpkgs?ref=pull/238965/head;
url = github:NixOS/nixpkgs?ref=pull/244135/head;
};
# Point the default nixpkgs at one of those. This avoids having getting a