This website requires JavaScript.
Explore
Help
Sign in
Erik
/
server
Watch
1
Star
0
Fork
You've already forked server
0
Code
Issues
7
Pull requests
Projects
Activity
4f7577036b
server
/
shell.nix
9 lines
113 B
Nix
Raw
Normal View
History
Unescape
Escape
added pre-commit, direnv with shell.nix
2024-12-21 11:19:20 +00:00
{
pkgs
?
import
<nixpkgs>
{
}
}:
pkgs
.
mkShell
{
packages
=
with
pkgs
;
[
pre-commit
added a few more checks using pre-commit
2024-12-21 11:30:26 +00:00
typos
added pre-commit, direnv with shell.nix
2024-12-21 11:19:20 +00:00
]
;
}
Reference in a new issue
Copy permalink