about summary refs log tree commit diff stats
path: root/templates/rust/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'templates/rust/flake.nix')
-rw-r--r--templates/rust/flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/rust/flake.nix b/templates/rust/flake.nix
index 437b8a9..e6e5dc5 100644
--- a/templates/rust/flake.nix
+++ b/templates/rust/flake.nix
@@ -1,5 +1,5 @@
 {
-  description = "TODO";
+  description = "%INIT_DESCRIPTION";
 
   inputs = {
     nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";