use lanzaboote fork with working build

This commit is contained in:
Adithya 2023-04-07 21:58:01 +05:30
parent 2ebf144336
commit a3df1ef812
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 7 additions and 6 deletions

View file

@ -318,15 +318,16 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1679410195, "lastModified": 1680883027,
"narHash": "sha256-O0QKWaIeX/QRQcOaf1RJofuRu+WnT+zHHHnqeAjAI0E=", "narHash": "sha256-LNjIQ55dTL8LKpNLcG2nqAtkNlaMs6nRAYoybqfIlLs=",
"owner": "nix-community", "owner": "adtya",
"repo": "lanzaboote", "repo": "lanzaboote",
"rev": "7c55847aaf804398c0cd1c75f20591075eafcdee", "rev": "d300f3de3ba48989ba90d179fcfa8b5e59208f10",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "adtya",
"ref": "build_fix",
"repo": "lanzaboote", "repo": "lanzaboote",
"type": "github" "type": "github"
} }

View file

@ -21,7 +21,7 @@
}; };
lanzaboote = { lanzaboote = {
url = "github:nix-community/lanzaboote"; url = "github:adtya/lanzaboote/build_fix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };