Revert "use lanzaboote fork with working build"

This reverts commit a3df1ef812.
This commit is contained in:
Adithya 2023-04-10 20:53:59 +05:30
parent 93906f14a6
commit 4709f0acc4
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 21 additions and 22 deletions

View file

@ -40,11 +40,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1679285709, "lastModified": 1680584903,
"narHash": "sha256-oERwmwZPZ5BOqSv6cmcXfjIBPrFR6dp02oGE8mA+1n4=", "narHash": "sha256-uraq+D3jcLzw/UVk0xMHcnfILfIMa0DLrtAEq2nNlxU=",
"owner": "ipetkov", "owner": "ipetkov",
"repo": "crane", "repo": "crane",
"rev": "2552a2d1ccf33d43259a9e00f93dbacb9e6d6bed", "rev": "65d3f6a3970cd46bef5eedfd458300f72c56b3c5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -122,11 +122,11 @@
"nixpkgs-lib": "nixpkgs-lib" "nixpkgs-lib": "nixpkgs-lib"
}, },
"locked": { "locked": {
"lastModified": 1678379998, "lastModified": 1680392223,
"narHash": "sha256-TZdfNqftHhDuIFwBcN9MUThx5sQXCTeZk9je5byPKRw=", "narHash": "sha256-n3g7QFr85lDODKt250rkZj2IFS3i4/8HBU2yKHO3tqw=",
"owner": "hercules-ci", "owner": "hercules-ci",
"repo": "flake-parts", "repo": "flake-parts",
"rev": "c13d60b89adea3dc20704c045ec4d50dd964d447", "rev": "dcc36e45d054d7bb554c9cdab69093debd91a0b5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -318,16 +318,15 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1680883027, "lastModified": 1681126332,
"narHash": "sha256-LNjIQ55dTL8LKpNLcG2nqAtkNlaMs6nRAYoybqfIlLs=", "narHash": "sha256-OTaVsjqnGCNgq3czNZ074qNdd1g1cRyUvOLZSvSNl6c=",
"owner": "adtya", "owner": "nix-community",
"repo": "lanzaboote", "repo": "lanzaboote",
"rev": "d300f3de3ba48989ba90d179fcfa8b5e59208f10", "rev": "f0cc345caa9eb3f8e033ddd74865f57b35825170",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "adtya", "owner": "nix-community",
"ref": "build_fix",
"repo": "lanzaboote", "repo": "lanzaboote",
"type": "github" "type": "github"
} }
@ -351,11 +350,11 @@
"nixpkgs-lib": { "nixpkgs-lib": {
"locked": { "locked": {
"dir": "lib", "dir": "lib",
"lastModified": 1678375444, "lastModified": 1680213900,
"narHash": "sha256-XIgHfGvjFvZQ8hrkfocanCDxMefc/77rXeHvYdzBMc8=", "narHash": "sha256-cIDr5WZIj3EkKyCgj/6j3HBH4Jj1W296z7HTcWj1aMA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "130fa0baaa2b93ec45523fdcde942f6844ee9f6e", "rev": "e3652e0735fbec227f342712f180f4f21f0594f2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -504,11 +503,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1678976941, "lastModified": 1680981441,
"narHash": "sha256-skNr08frCwN9NO+7I77MjOHHAw+L410/37JknNld+W4=", "narHash": "sha256-Tqr2mCVssUVp1ZXXMpgYs9+ZonaWrZGPGltJz94FYi4=",
"owner": "cachix", "owner": "cachix",
"repo": "pre-commit-hooks.nix", "repo": "pre-commit-hooks.nix",
"rev": "32b1dbedfd77892a6e375737ef04d8efba634e9e", "rev": "2144d9ddcb550d6dce64a2b44facdc8c5ea2e28a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -539,11 +538,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1679279218, "lastModified": 1681093076,
"narHash": "sha256-vWUbkLgNaUo0TYi5BaboPTaB6IjoZPm+0y0SqLS54Jc=", "narHash": "sha256-6uLZNeuP5jDDGlFkXgcoAxsJhTKy8yUTw25zdLHzdxE=",
"owner": "oxalica", "owner": "oxalica",
"repo": "rust-overlay", "repo": "rust-overlay",
"rev": "c680a0a4144bb0931f6cebd601a3978bbafc4f64", "rev": "45c2ed9dd1397526dad35fc867c43955d87f9f3f",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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