diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 10 |
1 files changed, 9 insertions, 1 deletions
| @@ -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: |
