Skip to content

Commit

Permalink
use node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 13, 2022
1 parent e734340 commit 3313b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/kak-ayu/node.nix
Expand Up @@ -2,7 +2,7 @@

{pkgs ? import <nixpkgs> {
inherit system;
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-12_x"}:
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-16_x"}:

let
nodeEnv = import ./node-env.nix {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/kak-ayu/update.sh
@@ -1,3 +1,3 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p nodePackages.node2nix
node2nix --lock package-lock.json --composition node.nix
node2nix --lock package-lock.json --composition node.nix --nodejs-16

0 comments on commit 3313b7a

Please sign in to comment.