summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 8a230dd2..be850a92 100644
--- a/flake.nix
+++ b/flake.nix
@@ -229,7 +229,7 @@
229 type = "github"; 229 type = "github";
230 owner = "nix-community"; 230 owner = "nix-community";
231 repo = "lanzaboote"; 231 repo = "lanzaboote";
232 ref = "v0.4.3"; 232 ref = "v1.1.0";
233 233
234 inputs.nixpkgs.follows = "nixpkgs"; 234 inputs.nixpkgs.follows = "nixpkgs";
235 }; 235 };
@@ -238,6 +238,14 @@
238 238
239 inputs.nixpkgs.follows = "nixpkgs"; 239 inputs.nixpkgs.follows = "nixpkgs";
240 }; 240 };
241 nix-output-monitor = {
242 url = "git+https://code.maralorn.de/maralorn/nix-output-monitor.git";
243
244 inputs = {
245 nixpkgs.follows = "nixpkgs";
246 flake-utils.follows = "flake-utils";
247 };
248 };
241 }; 249 };
242 250
243 outputs = { self, nixpkgs, home-manager, sops-nix, deploy-rs, nvfetcher, niri-flake, ... }@inputs: 251 outputs = { self, nixpkgs, home-manager, sops-nix, deploy-rs, nvfetcher, niri-flake, ... }@inputs: