default.nix: set rev default to nixpkgs-unstable

M  default.nix
This commit is contained in:
Anton-Latukha 2020-06-01 18:47:42 +03:00
parent 5ae47df2c9
commit cf0007c09e
No known key found for this signature in database
GPG key ID: 3D84C07E91802E41

View file

@ -29,7 +29,7 @@
, withHoogle ? true
, rev ? "29d57de30101b51b016310ee51c2c4ec762f88db" # 2020-05-23: NOTE: UTC 17:00
, rev ? "nixpkgs-unstable"
, pkgs ?
if builtins.compareVersions builtins.nixVersion "2.0" < 0