From 50c8df7e40e4390e8c0341474776144b3d0171ad Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Tue, 16 Sep 2025 15:41:28 +0200 Subject: [PATCH] flake: keep imports sorted --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 6f30e5810..e0cf78543 100644 --- a/flake.nix +++ b/flake.nix @@ -87,16 +87,16 @@ ./clanServices/flake-module.nix ./devShell.nix ./docs/nix/flake-module.nix - ./flakeModules/flake-module.nix ./flakeModules/demo_iso.nix + ./flakeModules/flake-module.nix ./lib/filter-clan-core/flake-module.nix ./lib/flake-module.nix ./lib/flake-parts/clan-nixos-test.nix ./nixosModules/clanCore/vars/flake-module.nix ./nixosModules/flake-module.nix + ./pkgs/clan-cli/clan_cli/tests/flake-module.nix ./pkgs/flake-module.nix ./templates/flake-module.nix - ./pkgs/clan-cli/clan_cli/tests/flake-module.nix ] ++ [ (if pathExists ./flakeModules/clan.nix then import ./flakeModules/clan.nix inputs.self else { })