diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2026-07-20 21:54:41 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2026-07-20 21:54:41 +0200 |
| commit | a4b683444e596fc2086b0363740e484d8eec0f33 (patch) | |
| tree | 8f13f6b105fe4621616cd31b946d9883e9c055ab /flake.nix | |
| parent | 1a79441436030424c3f14b72e1b2911ec87d0a74 (diff) | |
| download | nixos-a4b683444e596fc2086b0363740e484d8eec0f33.tar nixos-a4b683444e596fc2086b0363740e484d8eec0f33.tar.gz nixos-a4b683444e596fc2086b0363740e484d8eec0f33.tar.bz2 nixos-a4b683444e596fc2086b0363740e484d8eec0f33.tar.xz nixos-a4b683444e596fc2086b0363740e484d8eec0f33.zip | |
...flakes
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: |
