From e519da4d3af40070b68e79a6de5d6ac4b7b67d7e Mon Sep 17 00:00:00 2001 From: traxys Date: Mon, 31 Oct 2022 16:51:33 +0100 Subject: [PATCH] fixup rust template --- templates/rust/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/rust/flake.nix b/templates/rust/flake.nix index 8cc514e..6c4139d 100644 --- a/templates/rust/flake.nix +++ b/templates/rust/flake.nix @@ -31,6 +31,6 @@ ''; }; - defaultPackage = nearsk'.buildPackage ./.; + defaultPackage = naersk'.buildPackage ./.; }); }