1
0
Fork 0

Merge pull request #5 from danth/patch-1

Import lock file rather than using `cargoHash`
This commit is contained in:
Pratham Patel 2024-05-06 21:20:30 +05:30 committed by GitHub
commit 8a3f64cc3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -36,8 +36,7 @@
pname = "nixos-needsreboot";
version = "0.1.10";
src = ./.;
cargoHash = "sha256-LzO1kkrpWTjLnqs0HH5AIFLOZxtg0kUDIqXCVKSqsAc=";
cargoLock.lockFile = ./Cargo.lock;
};
});
};