From 0548ebe1c9040b3ae59194dd682e3327892804dd Mon Sep 17 00:00:00 2001 From: pacien Date: Mon, 8 May 2023 22:27:13 +0200 Subject: viewer: use nodejs 16 -> 18 for build in flake and CI Node v16 is reaching EOL in a few months. Build seems to work fine with the new LTS (v18). --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index a5a4f46..7c03823 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ tmux # viewer - nodejs-16_x + nodejs-18_x yarn # compiler -- cgit v1.2.3 From 438b0dea9ae5ef068bb4dae238180bd4271f7a1c Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 11 Jun 2023 11:04:45 +0200 Subject: flake: switch to current stable nix channel --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 7c03823..2275bbc 100644 --- a/flake.nix +++ b/flake.nix @@ -20,8 +20,7 @@ description = "A static web gallery generator with tags"; inputs = { - # GHC 9.2: https://github.com/NixOS/nixpkgs/pull/202022 - nixpkgs.url = "github:NixOS/nixpkgs/445f264"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; flake-utils.url = "github:numtide/flake-utils"; flaky-utils.url = "git+https://cgit.pacien.net/libs/flaky-utils"; }; -- cgit v1.2.3 From f187b6f2653092d4034ec1561280d286f956c36e Mon Sep 17 00:00:00 2001 From: pacien Date: Wed, 26 Jul 2023 01:11:26 +0200 Subject: release: v2.3 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 2275bbc..bb31db2 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ outputs = { self, nixpkgs, flake-utils, flaky-utils }: flake-utils.lib.eachDefaultSystem (system: let pkgs = nixpkgs.legacyPackages.${system}; - ldgalleryVersion = "2.2"; + ldgalleryVersion = "2.3"; devTools = with pkgs; [ # generic tmux -- cgit v1.2.3