hyperhive: override unstable, update
This commit is contained in:
parent
aa77543f14
commit
bdd2c2efe1
2 changed files with 8 additions and 5 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -379,11 +379,11 @@
|
|||
"treefmt-nix": "treefmt-nix"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1778860194,
|
||||
"narHash": "sha256-WZW44eiWOlQOEUB6hzIraDYhVqvHDHcFvNy34tzoqe0=",
|
||||
"lastModified": 1778868174,
|
||||
"narHash": "sha256-KvagBF/645AZE6iTY8rVy2uAzSMIrg6DRcK+jX4tCZ4=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "f33fc3dd50c2b80335da86bff5c3c2ad5ab87287",
|
||||
"revCount": 133,
|
||||
"rev": "897e7c07ae06e39dd875270d6635aa6ef4914961",
|
||||
"revCount": 163,
|
||||
"type": "git",
|
||||
"url": "https://git.berlin.ccc.de/vinzenz/hyperhive.git"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -15,7 +15,10 @@
|
|||
};
|
||||
hyperhive = {
|
||||
url = "git+https://git.berlin.ccc.de/vinzenz/hyperhive.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
nixpkgs-unstable.follows = "nixpkgs-unstable";
|
||||
};
|
||||
};
|
||||
lanzaboote = {
|
||||
url = "github:nix-community/lanzaboote/v0.4.3";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue