From 81768558746dede0850bb6e839d8efd5cae66bbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Sat, 25 Nov 2023 15:17:58 -0300 Subject: [PATCH] Revert "Update nixpkgs hash" This reverts commit a503132eb344d72afa8eb92576ecd9f11a37a840. --- nixpkgs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpkgs.nix b/nixpkgs.nix index db9c8d13..794d0745 100644 --- a/nixpkgs.nix +++ b/nixpkgs.nix @@ -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