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, 0 insertions, 10 deletions
diff --git a/modules/parts.nix b/modules/parts.nix
deleted file mode 100644
index 657e3ca..0000000
--- a/modules/parts.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- config = {
- systems = [
- "x86_64-linux"
- "x86_64-darwin"
- "aarch64-linux"
- "aarch64-darwin"
- ];
- };
-}