Skip to content

Commit

Permalink
Try using nixpkgs instead of nixpkgs-unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
sevanspowell committed Oct 14, 2021
1 parent a9bda45 commit dc34151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/default.nix
Expand Up @@ -28,7 +28,7 @@ let
(builtins.trace "Not using Haskell.nix nixpkgs pin (use 'niv drop nixpkgs' to use default for better sharing)"
sources.nixpkgs)
# else iohkNixMain.nixpkgs;
else haskellNix.sources.nixpkgs-unstable;
else haskellNix.sources.nixpkgs;

# for inclusion in pkgs:
overlays =
Expand Down

0 comments on commit dc34151

Please sign in to comment.