aboutsummaryrefslogtreecommitdiffhomepage
path: root/shell.nix
blob: 3201c505013a257650e0d9374de9167c18258e24 (plain)
1
2
3
4
# Some developers don't want a pinned nix-shell by default.
# If you want to use the pin nix-shell or a more sophisticated set of arguments:
# $ nix-shell default.nix --arg shell true
import ./default.nix { pkgs = import <nixpkgs> {}; shell = true; }