diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix index bbc1329..d788db4 100644 --- a/flake.nix +++ b/flake.nix @@ -47,10 +47,9 @@ }; devShell = pkgs.mkShell { buildInputs = with pkgs; [ - nativeBuildInputs caddy flyctl - ]; + ] ++ nativeBuildInputs; }; }); } |