From 6094867053604fd911d2f71f4ce03c173dc5256a Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 2 Nov 2019 08:43:57 -0700 Subject: unify nix entrypoints to default.nix --- com/simatime/dev.nix | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 com/simatime/dev.nix (limited to 'com/simatime') 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 - ]; - }; -} -- cgit v1.2.3