diff options
author | pacien | 2023-06-11 11:04:45 +0200 |
---|---|---|
committer | pacien | 2023-07-25 22:14:04 +0200 |
commit | 438b0dea9ae5ef068bb4dae238180bd4271f7a1c (patch) | |
tree | 6aedc636544deb242455deec55ef55d1ed09ac14 /flake.nix | |
parent | 0548ebe1c9040b3ae59194dd682e3327892804dd (diff) | |
download | ldgallery-438b0dea9ae5ef068bb4dae238180bd4271f7a1c.tar.gz |
flake: switch to current stable nix channel
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 | }; |