Skip to content

Commit

Permalink
Problem: racket2nix cannot flatten fractalide
Browse files Browse the repository at this point in the history
Solution: Bump to master, which includes fractalide/racket2nix#160.
  • Loading branch information
clacke committed Aug 15, 2018
1 parent 07f6256 commit 824753d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/racket2nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ let
pinnedPkgs = bootPkgs.fetchFromGitHub {
owner = "fractalide";
repo = "racket2nix";
rev = "refs/pull/155/head";
sha256 = "08wdwz6h69sl62iccfspwac1nbhwb1nd36mks2hb0sbwi1kh954y";
rev = "b36a72442b487e6d8f7c8f58f84a1d1f7b13fcb8";
sha256 = "146cahd80ib2nrx7402q1p3m0p3gb6qi5lkbnr92bpfxadwy3g3c";
};
in
import pinnedPkgs

0 comments on commit 824753d

Please sign in to comment.