This website requires JavaScript.
Explore
Help
Sign In
etu
/
aoc2021
Watch
1
Star
0
Fork
You've already forked aoc2021
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
main
aoc2021
/
shell.nix
9 lines
108 B
Nix
Raw
Permalink
Blame
History
{
pkgs
?
(
import
<nixpkgs>
{
}
)
}:
pkgs
.
mkShell
{
buildInputs
=
with
pkgs
;
[
gnumake
php80
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink