diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index 749e617..4054e89 100644 --- a/flake.nix +++ b/flake.nix @@ -41,6 +41,12 @@ description = "A Rust/Crane project"; welcomeText = "Please customize the text in the flake.nix and LICENSE.spdx files; Look at the TODO marks.\n Also run `git init`, `cargo init` and `cog install-hook commit-msg`"; }; + c = { + path = ./rust; + description = "A C project"; + welcomeText = "Please customize the text in the flake.nix, LICENSE.spdx files and the Makefile BIN_NAME + variable; Look at the TODO marks.\n Also run `git init` and `cog install-hook commit-msg`"; + }; awk = { path = ./awk; description = "An Awk project"; |