mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
templates/rust-app: correct package recipe
This commit is contained in:
parent
ea4473ffbf
commit
f6e6c8c571
@ -11,7 +11,7 @@ rustPlatform.buildRustPackage {
|
|||||||
|
|
||||||
src = lib.fileset.toSource {
|
src = lib.fileset.toSource {
|
||||||
root = ./.;
|
root = ./.;
|
||||||
fileset = lib.fs.unions [
|
fileset = lib.fileset.unions [
|
||||||
./Cargo.lock
|
./Cargo.lock
|
||||||
./Cargo.toml
|
./Cargo.toml
|
||||||
./LICENSE
|
./LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user