Skip to content

Commit

Permalink
Use non-slim flake & bump qunitx
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Aug 1, 2023
1 parent 1bdf141 commit ce0962a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Expand Up @@ -13,13 +13,13 @@
pkgs = nixpkgs.legacyPackages."${system}";
in {
packages."${system}".default = napalm.legacyPackages."${system}".buildPackage ./. {
nodejs = pkgs.nodejs-slim_20;
nodejs = pkgs.nodejs_20;
PUPPETEER_SKIP_DOWNLOAD=1;
};

devShells."${system}".default = pkgs.mkShell {
nativeBuildInputs = with pkgs; [
nodejs-slim_20
nodejs_20
];
};
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -56,7 +56,7 @@
"express": "^4.17.3",
"prettier": "^3.0.0",
"qunit": "^2.19.4",
"qunitx": "^0.9.1",
"qunitx": "^0.9.2",
"release-it": "^16.1.2"
},
"volta": {
Expand Down

0 comments on commit ce0962a

Please sign in to comment.