Skip to content

Commit

Permalink
Use nodejs-slim_20 flake
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Aug 1, 2023
1 parent 20a28d3 commit 26b6ffd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker-deploy.yml
@@ -1,5 +1,4 @@
name: docker-deploy
run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }}
on:
push:
branches:
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Expand Up @@ -13,7 +13,7 @@
pkgs = nixpkgs.legacyPackages."${system}";
in {
packages."${system}".default = napalm.legacyPackages."${system}".buildPackage ./. {
nodejs = pkgs.nodejs_20;
nodejs = pkgs.nodejs-slim_20;
PUPPETEER_SKIP_DOWNLOAD=1;
};

Expand Down

0 comments on commit 26b6ffd

Please sign in to comment.