aboutsummaryrefslogtreecommitdiffhomepage
path: root/shell.nix
blob: 45070b2bae1b62bb9ab5f4844f8c1bebfc284778 (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
import ./default.nix { pkgs = import <nixpkgs> {}; }