From c18e866fda8372e2531ecaf7568d0c86bef94935 Mon Sep 17 00:00:00 2001 From: scouckel Date: Wed, 8 Apr 2026 11:50:19 -0400 Subject: move systems back --- modules/systems.nix | 16 ++++++++++++++++ systems.nix | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 modules/systems.nix delete mode 100644 systems.nix diff --git a/modules/systems.nix b/modules/systems.nix new file mode 100644 index 0000000..efc1c28 --- /dev/null +++ b/modules/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" + ]; +} diff --git a/systems.nix b/systems.nix deleted file mode 100644 index efc1c28..0000000 --- a/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" - ]; -} -- cgit v1.3