From ea8342a69ac5f6b7858957a0ff2963c49e645811 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 26 Aug 2023 21:01:25 +0200 Subject: Fix(c): Specify correct path instead of `./rust` --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') 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`"; -- cgit 1.4.1