aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorstuebinm2022-06-10 21:39:21 +0200
committerstuebinm2022-06-10 22:04:57 +0200
commit9e6186cadc60f6c39cf0a32ebf49d0be01848803 (patch)
tree4c3117614dea5820146ac404d64dc3989c45f054 /shell.nix
parentb092808a65b16688546b4f4f021a84cc120f8a8a (diff)
generate OpenAPI docs
lots of lenses in this stuff :(
Diffstat (limited to '')
-rw-r--r--shell.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/shell.nix b/shell.nix
deleted file mode 100644
index e010081..0000000
--- a/shell.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{ pkgs ? import <nixpkgs> {} }:
-
-pkgs.mkShell {
- buildInputs = [ pkgs.zlib pkgs.openssh ];
-}