diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |