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-23 14:16:24 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
de1a2789c0
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