From c6f1ea7187a21b84c29e9045ff8475c0cda628bc Mon Sep 17 00:00:00 2001 From: scouckel Date: Tue, 7 Apr 2026 17:18:36 -0500 Subject: move systems --- modules/systems.nix | 16 ---------------- systems.nix | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 modules/systems.nix create mode 100644 systems.nix diff --git a/modules/systems.nix b/modules/systems.nix deleted file mode 100644 index efc1c28..0000000 --- a/modules/systems.nix +++ /dev/null @@ -1,16 +0,0 @@ -{inputs, ...}: { - options = { - flake = inputs.flake-parts.lib.mkSubmoduleOptions { - wrapperModules = inputs.nixpkgs.lib.mkOption { - default = {}; - }; - }; - }; - - config.systems = [ - "x86_64-linux" - "x86_64-darwin" - "aarch64-linux" - "aarch64-darwin" - ]; -} diff --git a/systems.nix b/systems.nix new file mode 100644 index 0000000..efc1c28 --- /dev/null +++ b/systems.nix @@ -0,0 +1,16 @@ +{inputs, ...}: { + options = { + flake = inputs.flake-parts.lib.mkSubmoduleOptions { + wrapperModules = inputs.nixpkgs.lib.mkOption { + default = {}; + }; + }; + }; + + config.systems = [ + "x86_64-linux" + "x86_64-darwin" + "aarch64-linux" + "aarch64-darwin" + ]; +} -- cgit v1.3