Shorter dev shell name

This commit is contained in:
TEC 2023-06-24 11:52:46 +08:00
parent 04930c8df5
commit 42819f5bc4
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
outputsBuilder = (channels: {
devShells.default = channels.nixpkgs.mkShell {
name = "my-deploy-shell";
name = "deploy";
buildInputs = with channels.nixpkgs; [
nixUnstable
inputs.deploy-rs.defaultPackage.${system}