added haskell template to nix file
This commit is contained in:
parent
704b32de03
commit
95b23c70b1
|
@ -12,5 +12,10 @@
|
||||||
description = "Minimal flake for rust with overlay and devshell";
|
description = "Minimal flake for rust with overlay and devshell";
|
||||||
welcomeText = "mjau 🦀🦀🦀";
|
welcomeText = "mjau 🦀🦀🦀";
|
||||||
};
|
};
|
||||||
|
templates.haskell = {
|
||||||
|
path = ./haskell;
|
||||||
|
description = "Minimal flake for Haskell with nix build system and devshell";
|
||||||
|
welcomeText = "mjau λλλ";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user