mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +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 {
|
||||
root = ./.;
|
||||
fileset = lib.fs.unions [
|
||||
fileset = lib.fileset.unions [
|
||||
./Cargo.lock
|
||||
./Cargo.toml
|
||||
./LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user