aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorpacien2023-02-17 22:52:05 +0100
committerpacien2023-02-17 22:57:05 +0100
commite939712a284dff9af6d81cc1fcd4e7f7ec9ad503 (patch)
tree1281beefda5d9b6d2411bc47ec1327fbf0b38dde /flake.nix
parenta4c0c516dd5b25b404a645f41e5a165e8547c2cb (diff)
downloadldgallery-e939712a284dff9af6d81cc1fcd4e7f7ec9ad503.tar.gz
project: release v2.2
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 714e26d..a5a4f46 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,7 +1,7 @@
1# ldgallery - A static generator which turns a collection of tagged 1# ldgallery - A static generator which turns a collection of tagged
2# pictures into a searchable web gallery. 2# pictures into a searchable web gallery.
3# 3#
4# Copyright (C) 2019-2022 Pacien TRAN-GIRARD 4# Copyright (C) 2019-2023 Pacien TRAN-GIRARD
5# 5#
6# This program is free software: you can redistribute it and/or modify 6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as 7# it under the terms of the GNU Affero General Public License as
@@ -29,7 +29,7 @@
29 outputs = { self, nixpkgs, flake-utils, flaky-utils }: 29 outputs = { self, nixpkgs, flake-utils, flaky-utils }:
30 flake-utils.lib.eachDefaultSystem (system: let 30 flake-utils.lib.eachDefaultSystem (system: let
31 pkgs = nixpkgs.legacyPackages.${system}; 31 pkgs = nixpkgs.legacyPackages.${system};
32 ldgalleryVersion = "2.1"; 32 ldgalleryVersion = "2.2";
33 devTools = with pkgs; [ 33 devTools = with pkgs; [
34 # generic 34 # generic
35 tmux 35 tmux