From 29db1ce52445a809ae9e4f7db2a19ccfa9904e31 Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 21 Aug 2023 01:24:12 +0200 Subject: Feat(c): Init --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'flake.nix') 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"; -- cgit 1.4.1