nixpkgs-update/shell.nix
Ryan Mulligan b8840ce550 stop relying on lib.inNixShell
developPackage will use this to determine if it should return a shell
env but instead lets be declarative aout this.
2020-04-13 21:08:00 -07:00

2 lines
48 B
Nix

import ./default.nix { returnShellEnv = true; }