diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 11 |
1 files changed, 10 insertions, 1 deletions
| @@ -194,6 +194,15 @@ | |||
| 194 | # niri-unstable.url = "github:gkleen/niri"; | 194 | # niri-unstable.url = "github:gkleen/niri"; |
| 195 | }; | 195 | }; |
| 196 | }; | 196 | }; |
| 197 | nix-monitored = { | ||
| 198 | type = "github"; | ||
| 199 | owner = "ners"; | ||
| 200 | repo = "nix-monitored"; | ||
| 201 | ref = "master"; | ||
| 202 | inputs = { | ||
| 203 | nixpkgs.follows = "nixpkgs"; | ||
| 204 | }; | ||
| 205 | }; | ||
| 197 | }; | 206 | }; |
| 198 | 207 | ||
| 199 | outputs = { self, nixpkgs, home-manager, sops-nix, deploy-rs, nvfetcher, niri-flake, ... }@inputs: | 208 | outputs = { self, nixpkgs, home-manager, sops-nix, deploy-rs, nvfetcher, niri-flake, ... }@inputs: |
| @@ -378,6 +387,6 @@ | |||
| 378 | filterEnabled = attrs: mapAttrs (_n: v: filterAttrs (n: _v: n != "enabled") v) (filterAttrs (_n: v: v.enabled or true) attrs); | 387 | filterEnabled = attrs: mapAttrs (_n: v: filterAttrs (n: _v: n != "enabled") v) (filterAttrs (_n: v: v.enabled or true) attrs); |
| 379 | in mapAttrs (_n: v: if v ? "profiles" then v // { profiles = filterEnabled v.profiles; } else v) (filterEnabled (recursiveUpdate defaults overrides)); | 388 | in mapAttrs (_n: v: if v ? "profiles" then v // { profiles = filterEnabled v.profiles; } else v) (filterEnabled (recursiveUpdate defaults overrides)); |
| 380 | 389 | ||
| 381 | checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib; | 390 | # checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib; |
| 382 | }; | 391 | }; |
| 383 | } | 392 | } |
