use lanzaboote fork with working build
This commit is contained in:
parent
2ebf144336
commit
a3df1ef812
2 changed files with 7 additions and 6 deletions
11
flake.lock
11
flake.lock
|
@ -318,15 +318,16 @@
|
|||
"rust-overlay": "rust-overlay"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1679410195,
|
||||
"narHash": "sha256-O0QKWaIeX/QRQcOaf1RJofuRu+WnT+zHHHnqeAjAI0E=",
|
||||
"owner": "nix-community",
|
||||
"lastModified": 1680883027,
|
||||
"narHash": "sha256-LNjIQ55dTL8LKpNLcG2nqAtkNlaMs6nRAYoybqfIlLs=",
|
||||
"owner": "adtya",
|
||||
"repo": "lanzaboote",
|
||||
"rev": "7c55847aaf804398c0cd1c75f20591075eafcdee",
|
||||
"rev": "d300f3de3ba48989ba90d179fcfa8b5e59208f10",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-community",
|
||||
"owner": "adtya",
|
||||
"ref": "build_fix",
|
||||
"repo": "lanzaboote",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
};
|
||||
|
||||
lanzaboote = {
|
||||
url = "github:nix-community/lanzaboote";
|
||||
url = "github:adtya/lanzaboote/build_fix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue