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"
|
"treefmt-nix": "treefmt-nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1778860194,
|
"lastModified": 1778868174,
|
||||||
"narHash": "sha256-WZW44eiWOlQOEUB6hzIraDYhVqvHDHcFvNy34tzoqe0=",
|
"narHash": "sha256-KvagBF/645AZE6iTY8rVy2uAzSMIrg6DRcK+jX4tCZ4=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "f33fc3dd50c2b80335da86bff5c3c2ad5ab87287",
|
"rev": "897e7c07ae06e39dd875270d6635aa6ef4914961",
|
||||||
"revCount": 133,
|
"revCount": 163,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.berlin.ccc.de/vinzenz/hyperhive.git"
|
"url": "https://git.berlin.ccc.de/vinzenz/hyperhive.git"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,10 @@
|
||||||
};
|
};
|
||||||
hyperhive = {
|
hyperhive = {
|
||||||
url = "git+https://git.berlin.ccc.de/vinzenz/hyperhive.git";
|
url = "git+https://git.berlin.ccc.de/vinzenz/hyperhive.git";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs = {
|
||||||
|
nixpkgs.follows = "nixpkgs";
|
||||||
|
nixpkgs-unstable.follows = "nixpkgs-unstable";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
lanzaboote = {
|
lanzaboote = {
|
||||||
url = "github:nix-community/lanzaboote/v0.4.3";
|
url = "github:nix-community/lanzaboote/v0.4.3";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue