summaryrefslogtreecommitdiff
path: root/com/simatime
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-11-02 08:43:57 -0700
committerBen Sima <ben@bsima.me>2019-11-02 08:43:57 -0700
commit6094867053604fd911d2f71f4ce03c173dc5256a (patch)
tree568c7f00c3d43517e7cc5d879484168f826591b8 /com/simatime
parent71c5c8e85071a67904d1b08d2f7fb0204bee5772 (diff)
unify nix entrypoints to default.nix
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
- ];
- };
-}