aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorpacien2022-12-01 19:57:59 +0100
committerpacien2022-12-01 20:39:42 +0100
commitd9a93e2ea3b3bee9818b365e2b3600cc0765fcef (patch)
tree084c25c94faf4799ae7cf1876321c91bd8694b0f /flake.nix
parent63ff07fe7f4168ac6655df755c3f5f8c4c2be10e (diff)
downloadldgallery-d9a93e2ea3b3bee9818b365e2b3600cc0765fcef.tar.gz
flake: update input for ghc 9.2
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 6b7110a..b0c9586 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 };