aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2022-12-01 19:57:59 +0100
committerpacien2022-12-01 20:39:42 +0100
commitd9a93e2ea3b3bee9818b365e2b3600cc0765fcef (patch)
tree084c25c94faf4799ae7cf1876321c91bd8694b0f
parent63ff07fe7f4168ac6655df755c3f5f8c4c2be10e (diff)
downloadldgallery-d9a93e2ea3b3bee9818b365e2b3600cc0765fcef.tar.gz
flake: update input for ghc 9.2
-rw-r--r--flake.lock8
-rw-r--r--flake.nix3
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 @@
32 }, 32 },
33 "nixpkgs": { 33 "nixpkgs": {
34 "locked": { 34 "locked": {
35 "lastModified": 1662019588, 35 "lastModified": 1669853768,
36 "narHash": "sha256-oPEjHKGGVbBXqwwL+UjsveJzghWiWV0n9ogo1X6l4cw=", 36 "narHash": "sha256-hIrUOoQ1/Da5kFKRfubQK9jK/DfJK3mkjiS8/ptuX6g=",
37 "owner": "NixOS", 37 "owner": "NixOS",
38 "repo": "nixpkgs", 38 "repo": "nixpkgs",
39 "rev": "2da64a81275b68fdad38af669afeda43d401e94b", 39 "rev": "445f2646b373100600f3463f28bc7656e0e82384",
40 "type": "github" 40 "type": "github"
41 }, 41 },
42 "original": { 42 "original": {
43 "owner": "NixOS", 43 "owner": "NixOS",
44 "ref": "nixos-unstable", 44 "ref": "445f264",
45 "repo": "nixpkgs", 45 "repo": "nixpkgs",
46 "type": "github" 46 "type": "github"
47 } 47 }
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 };