nix: flake update (#2488)

This commit is contained in:
Malte Poll 2023-10-20 17:17:59 +02:00 committed by GitHub
parent 0d27a2add2
commit 5d4af05e79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

@ -20,17 +20,17 @@
},
"nixpkgsUnstable": {
"locked": {
"lastModified": 1696261572,
"narHash": "sha256-s8TtSYJ1LBpuITXjbPLUPyxzAKw35LhETcajJjCS5f0=",
"lastModified": 1697808392,
"narHash": "sha256-hHIWoHctiLmH9al5mU58lw5tMuaGerei/rUyJjVc+3o=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0c7ffbc66e6d78c50c38e717ec91a2a14e0622fb",
"rev": "9ef2c8ddff172378496b118f709bfe81280a7e58",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"rev": "9ef2c8ddff172378496b118f709bfe81280a7e58",
"type": "github"
}
},

View File

@ -3,7 +3,8 @@
inputs = {
nixpkgsUnstable = {
url = "github:NixOS/nixpkgs/nixpkgs-unstable";
# TODO(malt3): use github:NixOS/nixpkgs/nixpkgs-unstable after repart fix is upstreamed
url = "github:NixOS/nixpkgs/9ef2c8ddff172378496b118f709bfe81280a7e58";
};
flake-utils = {
url = "github:numtide/flake-utils";