This website requires JavaScript.
Explore
Help
Sign In
coolneng
/
adapter-parser
Watch
1
Star
0
Fork
You've already forked adapter-parser
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
03e91cabdd
adapter-parser
/
shell.nix
10 lines
81 B
Nix
Raw
Blame
History
{
pkgs
?
import
<nixpkgs>
{
}
}:
with
pkgs
;
mkShell
{
buildInputs
=
[
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink