diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-04-02 01:25:44 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-04-02 01:25:44 +0200 |
commit | d4dff920790b96db87c9b373d42df046d899cc30 (patch) | |
tree | 9e10540a95ccea633e3e2fa70e26df9d2a2777cf /templates/rust/flake.nix | |
parent | fix(templates/c): Make the `makefile` more standards complying (diff) | |
download | flake-templates-d4dff920790b96db87c9b373d42df046d899cc30.tar.gz flake-templates-d4dff920790b96db87c9b373d42df046d899cc30.zip |
feat(treewide): Use new `%INIT_` variables
Diffstat (limited to 'templates/rust/flake.nix')
-rw-r--r-- | templates/rust/flake.nix | 2 |
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"; |