summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 86dbd59..80e32dd 100644
--- a/flake.nix
+++ b/flake.nix
@@ -179,6 +179,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ krunner-nix = {
+ url = "github:pluiedev/krunner-nix";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
lanzaboote = {
url = "github:nix-community/lanzaboote";
inputs = {