diff options
author | pacien | 2022-12-01 19:57:59 +0100 |
---|---|---|
committer | pacien | 2022-12-01 20:39:42 +0100 |
commit | d9a93e2ea3b3bee9818b365e2b3600cc0765fcef (patch) | |
tree | 084c25c94faf4799ae7cf1876321c91bd8694b0f /flake.nix | |
parent | 63ff07fe7f4168ac6655df755c3f5f8c4c2be10e (diff) | |
download | ldgallery-d9a93e2ea3b3bee9818b365e2b3600cc0765fcef.tar.gz |
flake: update input for ghc 9.2
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,8 @@ | |||
20 | description = "A static web gallery generator with tags"; | 20 | description = "A static web gallery generator with tags"; |
21 | 21 | ||
22 | inputs = { | 22 | inputs = { |
23 | nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; | 23 | # GHC 9.2: https://github.com/NixOS/nixpkgs/pull/202022 |
24 | nixpkgs.url = "github:NixOS/nixpkgs/445f264"; | ||
24 | flake-utils.url = "github:numtide/flake-utils"; | 25 | flake-utils.url = "github:numtide/flake-utils"; |
25 | flaky-utils.url = "git+https://cgit.pacien.net/libs/flaky-utils"; | 26 | flaky-utils.url = "git+https://cgit.pacien.net/libs/flaky-utils"; |
26 | }; | 27 | }; |