From 0047a0dc91e3f36e272550e0590bde96020ddcc1 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Wed, 17 Mar 2021 14:59:05 -0700 Subject: [PATCH] niv: Follow unstable Nixpkgs --- nix/sources.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nix/sources.json b/nix/sources.json index d930c28..a1ff3f1 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -12,15 +12,15 @@ "url_template": "https://github.com///archive/.tar.gz" }, "nixpkgs": { - "branch": "nixos-20.09", + "branch": "nixos-unstable", "description": "Nix Packages collection", "homepage": "", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b94726217f7cdc02ddf277b65553762d520da196", - "sha256": "1v3v7f2apmsdwv1w6hvsxr8whggjbiaxy00k47pxdzyigxv3s400", + "rev": "266dc8c3d052f549826ba246d06787a219533b8f", + "sha256": "09ydqx2lznixmw8z4cfz1j3k137mh8n3cdpygwqymknhfdjq7lg4", "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/b94726217f7cdc02ddf277b65553762d520da196.tar.gz", + "url": "https://github.com/NixOS/nixpkgs/archive/266dc8c3d052f549826ba246d06787a219533b8f.tar.gz", "url_template": "https://github.com///archive/.tar.gz" } }