remove js/yarn.nix, as it can be generated at buildtime in the Nix derivation

This commit is contained in:
778a69cd 2023-08-28 15:11:58 +02:00
parent d02d62bd0d
commit 779563d767
3 changed files with 0 additions and 8394 deletions

View file

@ -36,7 +36,6 @@
pkgs.writeShellScriptBin "update" ''
set -eou pipefail
${pkgs.yarn2nix}/bin/yarn2nix --lockfile="./js/yarn.lock" > js/yarn.nix
${pkgs.mix2nix}/bin/mix2nix ./mix.lock > mix.nix
'';

View file

@ -6,10 +6,6 @@ mkYarnPackage rec {
exclude = [ (filter.matchExt "nix") ];
};
packageJSON = ./package.json;
yarnLock = ./yarn.lock;
yarnNix = ./yarn.nix;
buildPhase = ''
runHook preBuild

File diff suppressed because it is too large Load diff