Skip to content

Commit

Permalink
Change package repository and fix build on mac (#459)
Browse files Browse the repository at this point in the history
This is using an old and deprecated package repository. It also fails on
Mac.
  • Loading branch information
mergify[bot] authored Mar 11, 2021
2 parents c4e5d39 + 165e623 commit 0b11911
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
let _pkgs = import <nixpkgs> { };
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;
Expand Down

0 comments on commit 0b11911

Please sign in to comment.