diff --git a/shell.nix b/shell.nix index b745eee..8902de2 100644 --- a/shell.nix +++ b/shell.nix @@ -9,6 +9,6 @@ in import nixpkgs { overlays = [ ]; }, ... }: { default = pkgs.mkShell { NIX_CONFIG = "extra-experimental-features = nix-command flakes"; - nativeBuildInputs = with pkgs; [ home-manager git nh ]; + nativeBuildInputs = with pkgs; [ home-manager git nh deploy-rs ]; }; }