From 10948ed35a04d6cbe05819acf9903e5e7395375b Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 2 Apr 2024 13:44:56 +0200 Subject: feat(treewide): Also remove hard-coded values in the `templates/` dir --- templates/shell/flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/shell/flake.nix') diff --git a/templates/shell/flake.nix b/templates/shell/flake.nix index 7f3cfd2..56aa9d1 100644 --- a/templates/shell/flake.nix +++ b/templates/shell/flake.nix @@ -60,8 +60,8 @@ treefmtEval = import ./treefmt.nix {inherit treefmt-nix pkgs;}; # This version is set automatically on `cog bump --auto`; - version = "v0.1.0"; # GUIDING VERSION STRING - pname = "TODO"; + version = "v%INIT_APPLICATION_VERSION"; # GUIDING VERSION STRING + pname = "%INIT_APPLICATION_NAME"; build = shell_library.lib.${system}.writeShellScript { inherit version; -- cgit 1.4.1