Compare commits

...

2 Commits

Author SHA1 Message Date
65bc08f033 Add nix shell to the list of skills 2023-06-02 13:52:08 +02:00
f8db5d68cc Update nix derivation sha 2023-06-02 13:51:38 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ const otherSkills: OtherSkill[] = [
{
title: "Some of the relevant Frameworks/Tooling",
description:
"Terraform, Prometheus, Grafana, React, Webpack, Rollup, Esbuild, deep understanding of Git",
"Terraform, Prometheus, Grafana, Nix shell, React, Webpack, Rollup, Esbuild, deep understanding of Git",
},
{
title: "Software Development",

View File

@ -47,7 +47,7 @@ let
cp -a dist $out
'';
npmInstallFlags = "--no-audit --no-progress --no-fund";
npmDepsHash = "sha256-dnUbw0kfAA50ZaQ91q/fC+gZhAGNo6vrSQBz6Qf2ngo=";
npmDepsHash = "sha256-p4rTpy0t8aajbubvtF1TA83/FFqvfKEOPBb5T0ZRfQY=";
npmPackFlags = [ "--ignore-scripts" ];
};