fixed typo in nix/squiggle-website.nix
This commit is contained in:
parent
f2aee857ae
commit
a5932f998a
|
@ -20,7 +20,7 @@ rec {
|
||||||
yarnLock = ../yarn.lock;
|
yarnLock = ../yarn.lock;
|
||||||
packageResolutions."@quri/squiggle-mc" = mc.pkg;
|
packageResolutions."@quri/squiggle-mc" = mc.pkg;
|
||||||
packageResolutions."@quri/squiggle-lang" = lang.build;
|
packageResolutions."@quri/squiggle-lang" = lang.build;
|
||||||
packageResolutions."@quri/squiggle-components" = components.package-build;
|
packageResolutions."@quri/squiggle-components" = components.build;
|
||||||
};
|
};
|
||||||
lint = pkgs.stdenv.mkDerivation {
|
lint = pkgs.stdenv.mkDerivation {
|
||||||
name = "squiggle-website-lint";
|
name = "squiggle-website-lint";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user