From cd6c601dcb1ab73b3daa7f83d486d494a8999aaa Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Wed, 3 Jun 2020 19:45:49 +0300 Subject: [PATCH] default.nix: m doc upd M default.nix --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 869f453..dd3d3e1 100644 --- a/default.nix +++ b/default.nix @@ -40,8 +40,8 @@ then abort "hnix requires at least nix 2.0" else if useRev + # Please do not guard with hash, so the package able to use current channels (rolling `rev`) of Haskell&Nixpkgs then import (builtins.fetchTarball "https://github.com/NixOS/nixpkgs/archive/${rev}.tar.gz") {} - # Please not guard with hash, so we able to use current channels (rolling `rev`) of Haskell&Nixpkgs else import {} // { config.allowBroken = true;