Skip to content

Commit

Permalink
Revert "Update nixpkgs hash"
Browse files Browse the repository at this point in the history
This reverts commit a503132.
  • Loading branch information
facundominguez committed Nov 25, 2023
1 parent 9395b0d commit 8176855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# by going to a commit before the one introducing the regression.
args:
let pkgs = import (fetchTarball "https://github.com/tweag/nixpkgs/archive/0cbe9f69c234a7700596e943bfae7ef27a31b735.tar.gz") args;
let pkgs = import (fetchTarball "https://github.com/tweag/nixpkgs/archive/73ad5f9e147.tar.gz") args;
stack_ignore_global_hints = pkgs.writeScriptBin "stack" ''
#!${pkgs.stdenv.shell}
# Skips the --global-hints parameter to stack. This is
Expand Down

0 comments on commit 8176855

Please sign in to comment.