summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGrisha Shipunov2025-11-02 23:09:07 +0100
committerGrisha Shipunov2025-11-02 23:09:07 +0100
commit13683101287ff29ef8ed6454e2e271735aa40a60 (patch)
tree0cae9da988c1ad19c18b8be44ce3edafbef795e5 /flake.nix
parent17bd2566aec85af7fc509d6ff66c54c0ba15e03a (diff)
work around https://github.com/nix-community/lanzaboote/issues/485
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 8104366..c55b79e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -24,6 +24,7 @@
lanzaboote = {
url = "github:nix-community/lanzaboote?ref=v0.4.2";
inputs.nixpkgs.follows = "nixpkgs-unstable";
+ inputs.rust-overlay.url = "github:oxalica/rust-overlay";
};
authentik-nix = {