update package name

This commit is contained in:
nora 2024-08-26 02:25:46 +02:00
parent 362d8c57ce
commit 6486bb4c81
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/target
/test-openssh/result
/result

View file

@ -1,6 +1,6 @@
{ pkgs ? import <nixpkgs> { }, ... }: pkgs.rustPlatform.buildRustPackage {
src = pkgs.lib.cleanSource ./.;
pname = "ssh";
pname = "cluelessh";
version = "0.1.0";
cargoLock.lockFile = ./Cargo.lock;
}