about summary refs log tree commit diff stats
path: root/ci.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ci.nix')
-rw-r--r--ci.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/ci.nix b/ci.nix
deleted file mode 100644
index 33b514d..0000000
--- a/ci.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-{ pkgs ? (
-    let
-      sources = import ./npins;
-    in
-    import sources.nixpkgs { }
-  )
-}:
-pkgs.mkShell {
-  packages = with pkgs; [
-    go
-    templ
-    hyperlink
-    just
-
-    ko
-    flyctl
-  ];
-}