summaryrefslogtreecommitdiff
path: root/modules/parts.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/parts.nix')
-rw-r--r--modules/parts.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/parts.nix b/modules/parts.nix
new file mode 100644
index 0000000..657e3ca
--- /dev/null
+++ b/modules/parts.nix
@@ -0,0 +1,10 @@
+{
+ config = {
+ systems = [
+ "x86_64-linux"
+ "x86_64-darwin"
+ "aarch64-linux"
+ "aarch64-darwin"
+ ];
+ };
+}