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": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1711523803, "lastModified": 1711712949,
"narHash": "sha256-UKcYiHWHQynzj6CN/vTcix4yd1eCu1uFdsuarupdCQQ=", "narHash": "sha256-8/qCHYhBTQx7rg65cXE8hOOCIvazEm+VnoFaSzZctMw=",
"owner": "nixos", "owner": "geekygays",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2726f127c15a4cc9810843b96cad73c7eb39e443", "rev": "c81d1240f87279aacaad75b0ee73ef395325f855",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "geekygays",
"ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@ -7,7 +7,7 @@
}; };
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:geekygays/nixpkgs";
nixos-hardware.url = "github:nixos/nixos-hardware"; nixos-hardware.url = "github:nixos/nixos-hardware";
systems.url = "github:geekygays/systems"; systems.url = "github:geekygays/systems";