diff options
| author | Théo Zimmermann | 2018-07-03 16:53:27 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2018-07-03 23:57:56 +0200 |
| commit | def875bd55053957fb28bc6004576b6ca20dad7a (patch) | |
| tree | b3cfbac6ef0be6c5eb075f178654a1939045d5ea | |
| parent | 81c3b2003d3d9b1492949773ed69e0c0ddac8316 (diff) | |
Add a shell.nix that is not pinned to satisfy some developers' preference.
| -rw-r--r-- | shell.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000000..45070b2bae --- /dev/null +++ b/shell.nix @@ -0,0 +1,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> {}; } |
