summaryrefslogtreecommitdiff
path: root/systems/darwin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'systems/darwin.nix')
-rw-r--r--systems/darwin.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/systems/darwin.nix b/systems/darwin.nix
deleted file mode 100644
index 120e088..0000000
--- a/systems/darwin.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- darwinConfigurations = {
- caroline = {
- modules = [ ./caroline ];
- };
- };
-}