switch to custom nixpkgs to fix ghc-cross

This commit is contained in:
Bit Borealis 2024-03-29 08:00:38 -04:00
parent 1378e9eb48
commit a50c0a316e
No known key found for this signature in database
GPG Key ID: 2D816A2DCA6E5649
2 changed files with 6 additions and 7 deletions

View File

@ -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"
}

View File

@ -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";