diff options
author | Alan Pearce | 2023-11-08 09:25:41 +0100 |
---|---|---|
committer | Alan Pearce | 2023-11-08 09:25:41 +0100 |
commit | 11385f3ad639a4e536e38f8cf0c5b5681b43717a (patch) | |
tree | 25ecc9838783d684ab742407104b4285f45cf317 | |
parent | 9141b1d854544e8e42d35b0a6119d3e48a2092d0 (diff) | |
download | website-11385f3ad639a4e536e38f8cf0c5b5681b43717a.tar.lz website-11385f3ad639a4e536e38f8cf0c5b5681b43717a.tar.zst website-11385f3ad639a4e536e38f8cf0c5b5681b43717a.zip |
Remove caddy
-rw-r--r-- | flake.nix | 5 |
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 |