default.nix: m doc upd

M  default.nix
This commit is contained in:
Anton-Latukha 2020-06-03 19:45:49 +03:00
parent 24c74f26c3
commit cd6c601dcb
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 1 additions and 1 deletions

View File

@ -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 <nixpkgs> {}
// {
config.allowBroken = true;