nix-config/templates/default.nix

7 lines
92 B
Nix
Raw Normal View History

2023-09-20 13:09:16 +00:00
{
c.path = ./c;
rust.path = ./rust;
haskell.path = ./haskell;
node.path = ./node;
}