summaryrefslogtreecommitdiff
path: root/com/simatime
diff options
context:
space:
mode:
Diffstat (limited to 'com/simatime')
-rw-r--r--com/simatime/dev.nix20
1 files changed, 0 insertions, 20 deletions
diff --git a/com/simatime/dev.nix b/com/simatime/dev.nix
deleted file mode 100644
index b2ed3b0..0000000
--- a/com/simatime/dev.nix
+++ /dev/null
@@ -1,20 +0,0 @@
-{ buildNixOS }:
-
-/*
-
-com.simatime.dev - main development/build server. Lives in ben's apartment in
-Mountain View.
-
-*/
-
-buildNixOS {
- system = "x86_64-linux";
- configuration = {
- imports = [
- ./users.nix
- ./packages.nix
- ./dev/hardware.nix
- ./dev/configuration.nix
- ];
- };
-}