From f6e6c8c57187143385286ea7eed8e709e289e6c4 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 10 Jun 2024 17:07:05 +0800 Subject: [PATCH] templates/rust-app: correct package recipe --- templates/rust-app/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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