From 7ddd91d9bf683b8d88362575fbab85d2f056bae0 Mon Sep 17 00:00:00 2001 From: Harendra Kumar Date: Wed, 17 Aug 2022 23:46:50 +0530 Subject: [PATCH] Update nix to 22.05 --- default.nix | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/default.nix b/default.nix index bd7f77b93..29c95d06d 100644 --- a/default.nix +++ b/default.nix @@ -5,7 +5,8 @@ { nixpkgs ? - import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/refs/tags/21.11.tar.gz) + import (builtins.fetchTarball + https://github.com/NixOS/nixpkgs/archive/refs/tags/22.05.tar.gz) {} , compiler ? "default" , c2nix ? "" # cabal2nix CLI options @@ -70,14 +71,14 @@ let haskellPackages = sha256 = "1bj9agy3x0yjbscpjgn96gpnj4lvkh39spjvy3jnrr3a42v3ynw7"; } {}; - unicode-data = - super.callHackageDirect - { pkg = "unicode-data"; - ver = "0.2.0"; - sha256 = "14crb68g79yyw87fgh49z2fn4glqx0zr53v6mapihaxzkikhkkc3"; - } {}; + #unicode-data = + # super.callHackageDirect + # { pkg = "unicode-data"; + # ver = "0.2.0"; + # sha256 = "14crb68g79yyw87fgh49z2fn4glqx0zr53v6mapihaxzkikhkkc3"; + # } {}; - tasty-bench = super.tasty-bench_0_3_1; + #tasty-bench = super.tasty-bench_0_3_1; #tasty-bench = # super.callHackageDirect