about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-26 21:01:25 +0200
committerSoispha <soispha@vhack.eu>2023-08-26 21:01:25 +0200
commitea8342a69ac5f6b7858957a0ff2963c49e645811 (patch)
tree005c1698173bb86fb7b6bc99d03f1b19b1bc5465 /flake.nix
parentFix(c/src/main.c): Replace code with hello world (diff)
downloadflake-templates-ea8342a69ac5f6b7858957a0ff2963c49e645811.tar.gz
flake-templates-ea8342a69ac5f6b7858957a0ff2963c49e645811.zip
Fix(c): Specify correct path instead of `./rust`
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 4054e89..40557f3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -42,7 +42,7 @@
           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;
+          path = ./c;
           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`";