diff options
author | Soispha <soispha@vhack.eu> | 2023-08-21 01:24:12 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-21 01:24:12 +0200 |
commit | 29db1ce52445a809ae9e4f7db2a19ccfa9904e31 (patch) | |
tree | cc5b8144b28ba7a2382892c45c235f9a0638b2b5 /flake.nix | |
parent | Fix(latex): Remove state full chapter files (diff) | |
download | flake-templates-29db1ce52445a809ae9e4f7db2a19ccfa9904e31.tar.gz flake-templates-29db1ce52445a809ae9e4f7db2a19ccfa9904e31.zip |
Feat(c): Init
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"; |