From ca14b142001ab467e679d4ed0cc6236180bf34b2 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 14 Mar 2018 19:01:22 +0100 Subject: Use boost::format from the boost package Note that this only requires headers from boost so it doesn't add a runtime dependency. Also, use Nixpkgs 18.03. --- shell.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index d6ae5a552..09318dfd0 100644 --- a/shell.nix +++ b/shell.nix @@ -1,6 +1,6 @@ { useClang ? false }: -with import {}; +with import (builtins.fetchGit { url = https://github.com/NixOS/nixpkgs.git; ref = "release-18.03"; }) {}; with import ./release-common.nix { inherit pkgs; }; @@ -18,6 +18,7 @@ with import ./release-common.nix { inherit pkgs; }; customMemoryManagement = false; }) autoreconfHook + boost # For nix-perl perl -- cgit v1.2.3