Skip to content

Commit

Permalink
Revert "Change package repository and fix build on mac" (#462)
Browse files Browse the repository at this point in the history
Reverts #459

Not sure why it got merged even if CI/CD is broken @markyjackson-taulia you should no merge that kind of issues and more in general you should leave Mergify doing the actual merge (excluding when a github action workflow changes because it does not merge those PRs)
  • Loading branch information
mergify[bot] authored Mar 15, 2021
2 parents 0b11911 + 0a7c538 commit 1b178da
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";
#branch@date: nixpkgs@2021-03-11
rev = "ee9b92ddf8734c48d554a920c038c1b569a72b74";
sha256 = "101fh81qx1nx3a87q0m26nsy6br3sjrygm2i91pv9w0fwn5s0x4k";
repo = "nixpkgs-channels";
#branch@date: nixpkgs-unstable@2020-09-11
rev = "6d4b93323e7f78121f8d6db6c59f3889aa1dd931";
sha256 = "0g2j41cx2w2an5d9kkqvgmada7ssdxqz1zvjd7hi5vif8ag0v5la";
}) { } }:

with pkgs;
Expand Down

0 comments on commit 1b178da

Please sign in to comment.