Skip to content

Commit

Permalink
[default.nix] Update the reference to nixpkgs; make it the default
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Oct 1, 2018
1 parent c155259 commit 0e83e7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions default.nix
Expand Up @@ -23,8 +23,8 @@

{ pkgs ?
(import (fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/52a1179b6c20e923beddde1dd1e0034aa19176d2.tar.gz";
sha256 = "040xrsgnip6gqljfyy1ad0l7q41h659h5hqbcn96bzhdiakcr4yc";
url = "https://github.com/NixOS/nixpkgs/archive/4c95508641fe780efe41885366e03339b95d04fb.tar.gz";
sha256 = "1wjspwhzdb6d1kz4khd9l0fivxdk2nq3qvj93pql235sb7909ygx";
}) {})
, ocamlPackages ? pkgs.ocaml-ng.ocamlPackages_4_06
, buildIde ? true
Expand Down
5 changes: 2 additions & 3 deletions shell.nix
@@ -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; }

0 comments on commit 0e83e7e

Please sign in to comment.