From af94d11b1a21c8bfd7bc0b8243f45ac237f48c64 Mon Sep 17 00:00:00 2001 From: DavHau Date: Wed, 12 Jul 2023 18:33:18 +0200 Subject: [PATCH] refactor: move package.nix -> flake-parts/packages.nix --- packages.nix => flake-parts/packages.nix | 0 flake.nix | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename packages.nix => flake-parts/packages.nix (100%) diff --git a/packages.nix b/flake-parts/packages.nix similarity index 100% rename from packages.nix rename to flake-parts/packages.nix diff --git a/flake.nix b/flake.nix index c84a8e52..7c19b6cc 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ flake-parts.lib.mkFlake { inherit inputs; } ({ lib, config, self, ... }: { systems = lib.systems.flakeExposed; imports = [ - ./packages.nix + ./flake-parts/packages.nix ]; flake = { nixosConfigurations.installer = lib.nixosSystem {