From 165e623d7c3205f770e6e26b86f5727575f1f888 Mon Sep 17 00:00:00 2001 From: Gianluca Arbezzano Date: Thu, 11 Mar 2021 14:01:04 +0100 Subject: [PATCH] Change package repository and fix build on mac This is using an old and deprecated package repository. It also fails on Mac. Signed-off-by: Gianluca Arbezzano --- shell.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shell.nix b/shell.nix index 40dc43e09..c88c9bc83 100644 --- a/shell.nix +++ b/shell.nix @@ -1,10 +1,10 @@ let _pkgs = import { }; in { pkgs ? import (_pkgs.fetchFromGitHub { owner = "NixOS"; - repo = "nixpkgs-channels"; - #branch@date: nixpkgs-unstable@2020-09-11 - rev = "6d4b93323e7f78121f8d6db6c59f3889aa1dd931"; - sha256 = "0g2j41cx2w2an5d9kkqvgmada7ssdxqz1zvjd7hi5vif8ag0v5la"; + repo = "nixpkgs"; + #branch@date: nixpkgs@2021-03-11 + rev = "ee9b92ddf8734c48d554a920c038c1b569a72b74"; + sha256 = "101fh81qx1nx3a87q0m26nsy6br3sjrygm2i91pv9w0fwn5s0x4k"; }) { } }: with pkgs;