From a50c0a316efe8a36ab5b01db9bcd0a388ec41b8b Mon Sep 17 00:00:00 2001 From: Bit Borealis Date: Fri, 29 Mar 2024 08:00:38 -0400 Subject: [PATCH] switch to custom nixpkgs to fix ghc-cross --- flake.lock | 11 +++++------ flake.nix | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index bc6c2c8..a12c3f7 100644 --- a/flake.lock +++ b/flake.lock @@ -149,16 +149,15 @@ }, "nixpkgs": { "locked": { - "lastModified": 1711523803, - "narHash": "sha256-UKcYiHWHQynzj6CN/vTcix4yd1eCu1uFdsuarupdCQQ=", - "owner": "nixos", + "lastModified": 1711712949, + "narHash": "sha256-8/qCHYhBTQx7rg65cXE8hOOCIvazEm+VnoFaSzZctMw=", + "owner": "geekygays", "repo": "nixpkgs", - "rev": "2726f127c15a4cc9810843b96cad73c7eb39e443", + "rev": "c81d1240f87279aacaad75b0ee73ef395325f855", "type": "github" }, "original": { - "owner": "nixos", - "ref": "nixos-unstable", + "owner": "geekygays", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 3f310c8..a40578c 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ }; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:geekygays/nixpkgs"; nixos-hardware.url = "github:nixos/nixos-hardware"; systems.url = "github:geekygays/systems";