diff options
Diffstat (limited to '')
-rw-r--r-- | templates/c/flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/c/flake.nix b/templates/c/flake.nix index e19bbd4..a211b56 100644 --- a/templates/c/flake.nix +++ b/templates/c/flake.nix @@ -1,5 +1,5 @@ { - description = "TODO"; + description = "%INIT_DESCRIPTION"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; |