From c6f1ea7187a21b84c29e9045ff8475c0cda628bc Mon Sep 17 00:00:00 2001 From: scouckel Date: Tue, 7 Apr 2026 17:18:36 -0500 Subject: move systems --- systems.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 systems.nix (limited to 'systems.nix') 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