From d9a93e2ea3b3bee9818b365e2b3600cc0765fcef Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 1 Dec 2022 19:57:59 +0100 Subject: flake: update input for ghc 9.2 --- flake.lock | 8 ++++---- flake.nix | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 7cb52fc..cef6a3f 100644 --- a/flake.lock +++ b/flake.lock @@ -32,16 +32,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1662019588, - "narHash": "sha256-oPEjHKGGVbBXqwwL+UjsveJzghWiWV0n9ogo1X6l4cw=", + "lastModified": 1669853768, + "narHash": "sha256-hIrUOoQ1/Da5kFKRfubQK9jK/DfJK3mkjiS8/ptuX6g=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "2da64a81275b68fdad38af669afeda43d401e94b", + "rev": "445f2646b373100600f3463f28bc7656e0e82384", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-unstable", + "ref": "445f264", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 6b7110a..b0c9586 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,8 @@ description = "A static web gallery generator with tags"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + # GHC 9.2: https://github.com/NixOS/nixpkgs/pull/202022 + nixpkgs.url = "github:NixOS/nixpkgs/445f264"; flake-utils.url = "github:numtide/flake-utils"; flaky-utils.url = "git+https://cgit.pacien.net/libs/flaky-utils"; }; -- cgit v1.2.3