diff options
-rw-r--r-- | flake.lock | 8 | ||||
-rw-r--r-- | flake.nix | 3 |
2 files changed, 5 insertions, 6 deletions
@@ -32,16 +32,16 @@ | |||
32 | }, | 32 | }, |
33 | "nixpkgs": { | 33 | "nixpkgs": { |
34 | "locked": { | 34 | "locked": { |
35 | "lastModified": 1669853768, | 35 | "lastModified": 1686331006, |
36 | "narHash": "sha256-hIrUOoQ1/Da5kFKRfubQK9jK/DfJK3mkjiS8/ptuX6g=", | 36 | "narHash": "sha256-hElRDWUNG655aqF0awu+h5cmDN+I/dQcChRt2tGuGGU=", |
37 | "owner": "NixOS", | 37 | "owner": "NixOS", |
38 | "repo": "nixpkgs", | 38 | "repo": "nixpkgs", |
39 | "rev": "445f2646b373100600f3463f28bc7656e0e82384", | 39 | "rev": "85bcb95aa83be667e562e781e9d186c57a07d757", |
40 | "type": "github" | 40 | "type": "github" |
41 | }, | 41 | }, |
42 | "original": { | 42 | "original": { |
43 | "owner": "NixOS", | 43 | "owner": "NixOS", |
44 | "ref": "445f264", | 44 | "ref": "nixos-23.05", |
45 | "repo": "nixpkgs", | 45 | "repo": "nixpkgs", |
46 | "type": "github" | 46 | "type": "github" |
47 | } | 47 | } |
@@ -20,8 +20,7 @@ | |||
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 | # GHC 9.2: https://github.com/NixOS/nixpkgs/pull/202022 | 23 | nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; |
24 | nixpkgs.url = "github:NixOS/nixpkgs/445f264"; | ||
25 | flake-utils.url = "github:numtide/flake-utils"; | 24 | flake-utils.url = "github:numtide/flake-utils"; |
26 | flaky-utils.url = "git+https://cgit.pacien.net/libs/flaky-utils"; | 25 | flaky-utils.url = "git+https://cgit.pacien.net/libs/flaky-utils"; |
27 | }; | 26 | }; |