diff --git a/flake.lock b/flake.lock index e20c5f638..70270fc75 100644 --- a/flake.lock +++ b/flake.lock @@ -488,17 +488,17 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1694477507, - "narHash": "sha256-RtUmM5s6vnx1W+tnrGzXArVScJ/IoGmqCLM177k5O5A=", - "owner": "NixOS", + "lastModified": 1696172942, + "narHash": "sha256-hKlB5InxJjDxLy5NJ4tQKEJ39Om81H87uoo0HHBG2UU=", + "owner": "mpscholten", "repo": "nixpkgs", - "rev": "ff303118b2ec262eb342eab88ae79318fac66d52", + "rev": "3cdb4f45a50eb2a6a1a65f324e8243cedef4b19c", "type": "github" }, "original": { - "owner": "NixOS", + "owner": "mpscholten", + "ref": "fix-ghc-m1-issue", "repo": "nixpkgs", - "rev": "ff303118b2ec262eb342eab88ae79318fac66d52", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 8e3bed93b..54e7a02a2 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { # TODO use nixpkgs-unstable and just .lock a version? - nixpkgs.url = "github:NixOS/nixpkgs?rev=ff303118b2ec262eb342eab88ae79318fac66d52"; + nixpkgs.url = "github:mpscholten/nixpkgs/fix-ghc-m1-issue"; # pre-defined set of default target systems systems.url = "github:nix-systems/default";