register c template
wiro.world 3 months ago f10c4ce2 c0db7f95
··· 15 15 welcomeText = "`direnv allow`"; 16 16 }; 17 17 18 18 + c = { 19 19 + path = ./c; 20 20 + description = "Flake for C setup"; 21 21 + welcomeText = "`direnv allow`"; 22 22 + }; 23 23 + 18 24 rust = { 19 25 path = ./rust; 20 26 description = "Flake for Rust setup";