From 50044b7a87bc9f59452855a96a2013c9b000a0a1 Mon Sep 17 00:00:00 2001 From: scouckel Date: Thu, 2 Apr 2026 20:49:34 -0400 Subject: big work done --- modules/systems.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 modules/systems.nix (limited to 'modules/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" + ]; +} -- cgit v1.3