1
1
mirror of https://github.com/srid/ema.git synced 2024-11-29 09:25:14 +03:00

Update nixpkgs, to use GHC 9

This commit is contained in:
Sridhar Ratnakumar 2022-04-06 17:03:59 -04:00
parent 05fd1de30f
commit f44c400067
2 changed files with 5 additions and 6 deletions

View File

@ -70,17 +70,17 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1648219316,
"narHash": "sha256-Ctij+dOi0ZZIfX5eMhgwugfvB+WZSrvVNAyAuANOsnQ=",
"lastModified": 1649225869,
"narHash": "sha256-u1zLtPmQzhT9mNXyM8Ey9pk7orDrIKdwooeGDEXm5xM=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "30d3d79b7d3607d56546dd2a6b49e156ba0ec634",
"rev": "b6966d911da89e5a7301aaef8b4f0a44c77e103c",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "30d3d79b7d3607d56546dd2a6b49e156ba0ec634",
"rev": "b6966d911da89e5a7301aaef8b4f0a44c77e103c",
"type": "github"
}
},

View File

@ -1,7 +1,7 @@
{
description = "Ema project";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/30d3d79b7d3607d56546dd2a6b49e156ba0ec634";
nixpkgs.url = "github:nixos/nixpkgs/b6966d911da89e5a7301aaef8b4f0a44c77e103c";
flake-utils.url = "github:numtide/flake-utils";
flake-utils.inputs.nixpkgs.follows = "nixpkgs";
flake-compat.url = "github:edolstra/flake-compat";
@ -28,7 +28,6 @@
overrides = self: super: with pkgs.haskell.lib; {
# lvar = self.callCabal2nix "lvar" inputs.lvar { };
# url-slug = inputs.url-slug.defaultPackage.${system};
relude = self.relude_1_0_0_1; # relude 1.0 is not used by default in nixpkgs
};
modifier = drv:
pkgs.haskell.lib.addBuildTools drv