aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index 8ad216c..36c1b4a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -17,10 +17,7 @@
17# along with this program. If not, see <https://www.gnu.org/licenses/>. 17# along with this program. If not, see <https://www.gnu.org/licenses/>.
18 18
19{ 19{
20 description = '' 20 description = "A static web gallery generator with tags";
21 A static generator which turns a collection of tagged pictures into a \
22 searchable web gallery.
23 '';
24 21
25 inputs = { 22 inputs = {
26 nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; 23 nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";