aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-14 00:34:28 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-14 00:34:28 +0200
commit5e09f5d8cc0b6611c820dd10478ee0295b00fdc6 (patch)
tree9e4581a4b03d1390fc6f76542aa921b2cdac10d9
parentmodules/cargo: Move the shared-target to `.cache` (diff)
downloadnixos-config-5e09f5d8cc0b6611c820dd10478ee0295b00fdc6.zip
inputs.nix: Switch to lanzaboote master
The released version is already quite behind and currently doesn't build anymore, because the `bootspec.enable` option, used in the nix module, was removed from unstable.
-rw-r--r--inputs.nix3
-rw-r--r--npins/sources.json13
-rw-r--r--unflake.nix14
3 files changed, 21 insertions, 9 deletions
diff --git a/inputs.nix b/inputs.nix
index 4485d8e2..d71e6e89 100644
--- a/inputs.nix
+++ b/inputs.nix
@@ -1,6 +1,5 @@
let
nixpkgsVersion = "26.05";
- lanzabooteVersion = "v1.0.0";
in {
"agenix" = {
url = "github:ryantm/agenix/main";
@@ -18,7 +17,7 @@ in {
url = "github:nix-community/impermanence/master";
};
"lanzaboote" = {
- url = "github:nix-community/lanzaboote/${lanzabooteVersion}";
+ url = "github:nix-community/lanzaboote/master";
};
"library" = {
url = "git+https://git.foss-syndicate.org/vhack.eu/nix-library?ref=prime";
diff --git a/npins/sources.json b/npins/sources.json
index 85928737..2e43d635 100644
--- a/npins/sources.json
+++ b/npins/sources.json
@@ -181,6 +181,19 @@
"url": "https://github.com/nix-community/impermanence/archive/7b1d382faf603b6d264f58627330f9faa5cba149.tar.gz",
"hash": "sha256-03+JxvzmfwRu+5JafM0DLbxgHttOQZkUtDWBmeUkN8Y="
},
+ "unflake_github_nix-community_lanzaboote_ref_master": {
+ "type": "Git",
+ "repository": {
+ "type": "GitHub",
+ "owner": "nix-community",
+ "repo": "lanzaboote"
+ },
+ "branch": "master",
+ "submodules": false,
+ "revision": "0403b4b7e8b2612657f0053a4c315e6c43eee9e6",
+ "url": "https://github.com/nix-community/lanzaboote/archive/0403b4b7e8b2612657f0053a4c315e6c43eee9e6.tar.gz",
+ "hash": "sha256-4JLkQvN7/f77TyxXXtoEuUfovMqMLOgWpBaLMNX1dns="
+ },
"unflake_github_nix-community_lanzaboote_ref_v1-0-0": {
"type": "GitRelease",
"repository": {
diff --git a/unflake.nix b/unflake.nix
index 0f4bd7ec..11b30d52 100644
--- a/unflake.nix
+++ b/unflake.nix
@@ -49,16 +49,16 @@ let
home-manager = "unflake_github_nix-community_home-manager";
nixpkgs = "unflake_github_nixos_nixpkgs_ref_nixos-unstable";
};
- unflake_github_nix-community_nixos-generators_ref_master = {
- nixlib = "unflake_github_nix-community_nixpkgs-lib";
- nixpkgs = "unflake_github_nixos_nixpkgs_ref_nixpkgs-unstable";
- };
- unflake_github_nix-community_lanzaboote_ref_v1-0-0 = {
+ unflake_github_nix-community_lanzaboote_ref_master = {
crane = "unflake_github_ipetkov_crane";
nixpkgs = "unflake_github_nixos_nixpkgs_ref_nixos-unstable";
pre-commit = "unflake_github_cachix_pre-commit-hooks-nix";
rust-overlay = "unflake_github_oxalica_rust-overlay";
};
+ unflake_github_nix-community_nixos-generators_ref_master = {
+ nixlib = "unflake_github_nix-community_nixpkgs-lib";
+ nixpkgs = "unflake_github_nixos_nixpkgs_ref_nixpkgs-unstable";
+ };
unflake_github_nix-community_home-manager = {
nixpkgs = "unflake_github_nixos_nixpkgs_ref_nixpkgs-unstable";
};
@@ -144,8 +144,8 @@ let
unflake_github_nix-community_disko_ref_master = inject "unflake_github_nix-community_disko_ref_master" "flake.nix" "";
unflake_github_nix-community_home-manager_ref_master = inject "unflake_github_nix-community_home-manager_ref_master" "flake.nix" "";
unflake_github_nix-community_impermanence_ref_master = inject "unflake_github_nix-community_impermanence_ref_master" "flake.nix" "";
+ unflake_github_nix-community_lanzaboote_ref_master = inject "unflake_github_nix-community_lanzaboote_ref_master" "flake.nix" "";
unflake_github_nix-community_nixos-generators_ref_master = inject "unflake_github_nix-community_nixos-generators_ref_master" "flake.nix" "";
- unflake_github_nix-community_lanzaboote_ref_v1-0-0 = inject "unflake_github_nix-community_lanzaboote_ref_v1-0-0" "flake.nix" "";
unflake_github_nix-community_home-manager = inject "unflake_github_nix-community_home-manager" "flake.nix" "";
unflake_github_nix-community_nixpkgs-lib = inject "unflake_github_nix-community_nixpkgs-lib" "flake.nix" "";
unflake_github_nix-systems_default_ref_future-26-11 = inject "unflake_github_nix-systems_default_ref_future-26-11" "flake.nix" "";
@@ -174,7 +174,7 @@ let
flake-compat = universe.unflake_git_https---git-lix-systems-lix-project-flake-compat_ref_main;
home-manager = universe.unflake_github_nix-community_home-manager_ref_master;
impermanence = universe.unflake_github_nix-community_impermanence_ref_master;
- lanzaboote = universe.unflake_github_nix-community_lanzaboote_ref_v1-0-0;
+ lanzaboote = universe.unflake_github_nix-community_lanzaboote_ref_master;
library = universe.unflake_git_https---git-foss-syndicate-org-vhack-eu-nix-library_ref_prime;
nix-index-database = universe.unflake_github_nix-community_nix-index-database_ref_main;
nixos-generators = universe.unflake_github_nix-community_nixos-generators_ref_master;