aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorpacien2023-05-08 22:27:13 +0200
committerpacien2023-07-25 22:13:55 +0200
commit0548ebe1c9040b3ae59194dd682e3327892804dd (patch)
treeb08ff3f0922e85cb67c1e9580ad9b9ecd7b09e25 /flake.nix
parent5d1ab7d9b545c18ec98ccf4770ea662e144048e6 (diff)
downloadldgallery-0548ebe1c9040b3ae59194dd682e3327892804dd.tar.gz
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).
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index a5a4f46..7c03823 100644
--- a/flake.nix
+++ b/flake.nix
@@ -35,7 +35,7 @@
35 tmux 35 tmux
36 36
37 # viewer 37 # viewer
38 nodejs-16_x 38 nodejs-18_x
39 yarn 39 yarn
40 40
41 # compiler 41 # compiler