From c9868c788726171b7f2822ecfe0fbf9e7e57e1c7 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Fri, 22 Nov 2024 18:24:12 -0500 Subject: [PATCH] refactor: rename catch-all module to `all` --- aether/config.nix | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aether/config.nix b/aether/config.nix index 723749c..95b8319 100644 --- a/aether/config.nix +++ b/aether/config.nix @@ -23,7 +23,7 @@ # Aether modules imports = [ - aether.aether + aether.all aether.deploy-rpi5 ]; diff --git a/flake.nix b/flake.nix index edd65c2..fa6004c 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ outputs = inputs@{ self, nixpkgs, agenix, rpi5-kernel, ... }: nixosModules = modules // { - aether.imports = lib.attrValues modules; + all.imports = lib.attrValues modules; deploy-rpi5 = { imports = [ ./deploy/rpi5 ]; aether.deploy.rpi5.kernelPackages =