This website requires JavaScript.
Explore
Help
Sign In
google
/
ormolu
Watch
1
Star
1
Fork
0
You've already forked ormolu
mirror of
https://github.com/google/ormolu.git
synced
2024-11-27 13:13:23 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
1d3eeba701
ormolu
/
shell.nix
4 lines
89 B
Nix
Raw
Normal View
History
Unescape
Escape
Adjust the nix expression to facilitate importing from outside
2019-08-16 13:02:00 +03:00
{
pkgs
?
(
import
./nix/nixpkgs
)
}:
(
import
./default.nix
{
inherit
pkgs
;
}
)
.
ormoluShell
Reference in New Issue
Copy Permalink