diff --git a/templates/rust-app/default.nix b/templates/rust-app/default.nix index 9d896be9..c715365b 100644 --- a/templates/rust-app/default.nix +++ b/templates/rust-app/default.nix @@ -11,7 +11,7 @@ rustPlatform.buildRustPackage { src = lib.fileset.toSource { root = ./.; - fileset = lib.fs.unions [ + fileset = lib.fileset.unions [ ./Cargo.lock ./Cargo.toml ./LICENSE