aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2023-06-11 11:04:45 +0200
committerpacien2023-07-25 22:14:04 +0200
commit438b0dea9ae5ef068bb4dae238180bd4271f7a1c (patch)
tree6aedc636544deb242455deec55ef55d1ed09ac14
parent0548ebe1c9040b3ae59194dd682e3327892804dd (diff)
downloadldgallery-438b0dea9ae5ef068bb4dae238180bd4271f7a1c.tar.gz
flake: switch to current stable nix channel
-rw-r--r--flake.lock8
-rw-r--r--flake.nix3
2 files changed, 5 insertions, 6 deletions
diff --git a/flake.lock b/flake.lock
index cef6a3f..cf612cc 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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 }
diff --git a/flake.nix b/flake.nix
index 7c03823..2275bbc 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 };