tangled
alpha
login
or
join now
stau.space
/
hare-colorizer
0
fork
atom
TTY colorizer for the Hare programming language.
0
fork
atom
overview
issues
pulls
pipelines
hare-colorizer
/
shell.nix
at
master
8 lines
93 B
view raw
wrap content
Diego Estrada
chore: first commit.
2y ago
46312d20
1
{
pkgs
?
import
<nixpkgs>
{
}
}:
2
3
pkgs
.
mkShell
{
4
packages
=
with
pkgs
;
[
5
hare
6
harec
7
]
;
8
}