We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9cc274 commit 415ef7aCopy full SHA for 415ef7a
pkgs/by-name/da/dashy-ui/package.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
30
# the way the client parses things
31
# - Instead, we use `yq-go` to convert it to yaml
32
# Config validation needs to happen after yarnConfigHook, since it's what sets the yarn offline cache
33
- postYarnConfigHook = lib.optional (settings != { }) ''
+ preBuild = lib.optional (settings != { }) ''
34
echo "Writing settings override..."
35
yq --output-format yml '${builtins.toFile "conf.json" ''${builtins.toJSON settings}''}' > user-data/conf.yml
36
yarn validate-config --offline
0 commit comments