about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorAlan Pearce2023-11-08 09:25:41 +0100
committerAlan Pearce2023-11-08 09:25:41 +0100
commit11385f3ad639a4e536e38f8cf0c5b5681b43717a (patch)
tree25ecc9838783d684ab742407104b4285f45cf317 /flake.nix
parent9141b1d854544e8e42d35b0a6119d3e48a2092d0 (diff)
downloadwebsite-11385f3ad639a4e536e38f8cf0c5b5681b43717a.tar.lz
website-11385f3ad639a4e536e38f8cf0c5b5681b43717a.tar.zst
website-11385f3ad639a4e536e38f8cf0c5b5681b43717a.zip
Remove caddy
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index 8786bb7..dec5e4d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -34,10 +34,6 @@
               inherit nativeBuildInputs;
 
               dontFixup = true;
-
-              postInstall = ''
-                cp Caddyfile $out/
-              '';
             };
             docker = import ./docker.nix {
               inherit self pkgs flockenzeit;
@@ -48,7 +44,6 @@
             default = pkgs.mkShell {
               packages = with pkgs; [
                 bun
-                caddy
                 flyctl
               ] ++ nativeBuildInputs ++ (with pkgs.nodePackages; [
                 prettier