diff options
| author | Vincent Laporte | 2018-10-01 07:26:45 +0000 |
|---|---|---|
| committer | Vincent Laporte | 2018-10-01 07:26:45 +0000 |
| commit | 0e83e7ea03ccc3f97325211c1fb60f8c04c67225 (patch) | |
| tree | 7b18453f029e4f0668179f9fd08ba8970e6bb98e /shell.nix | |
| parent | c155259dee7e4b2bfafe42375b45f2f4d6c6cfbd (diff) | |
[default.nix] Update the reference to nixpkgs; make it the default
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,4 +1,3 @@ -# 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: +# If you want to use a more sophisticated set of arguments: # $ nix-shell default.nix --arg shell true -import ./default.nix { pkgs = import <nixpkgs> {}; shell = true; } +import ./default.nix { shell = true; } |
