mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
nix: flake update (#2488)
This commit is contained in:
parent
0d27a2add2
commit
5d4af05e79
@ -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"
|
||||
}
|
||||
},
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user