testing lanzaboote

This commit is contained in:
cnst
2024-06-30 10:38:14 +02:00
parent 06c3442ea3
commit ca9d5f5f79
5 changed files with 236 additions and 2 deletions

27
nix/sources.json Normal file
View File

@@ -0,0 +1,27 @@
{
"lanzaboote": {
"branch": "master",
"description": "Secure Boot for NixOS [maintainers=@blitz @raitobezarius @nikstur]",
"homepage": "",
"owner": "nix-community",
"repo": "lanzaboote",
"rev": "v0.4.1",
"sha256": "1hda4f0xx56r98kp5hy21f0802c0zf8n6g7li1yz183f1ynp49kr",
"type": "tarball",
"url": "https://github.com/nix-community/lanzaboote/archive/v0.4.1.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz",
"version": "0.4.1"
},
"nixpkgs": {
"branch": "nixos-unstable",
"description": "Nix Packages collection",
"homepage": null,
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "6c43a3495a11e261e5f41e5d7eda2d71dae1b2fe",
"sha256": "16f329z831bq7l3wn1dfvbkh95l2gcggdwn6rk3cisdmv2aa3189",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/6c43a3495a11e261e5f41e5d7eda2d71dae1b2fe.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}