tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
zammad: remove yarn steps from update script
netali
2 years ago
5f2e034f
a68bc4fe
-5
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
misc
zammad
update.sh
-5
pkgs/applications/networking/misc/zammad/update.sh
···
55
echo ":: Creating gemset.nix"
56
bundix --lockfile=./Gemfile.lock --gemfile=./Gemfile --gemset=$TARGET_DIR/gemset.nix
57
58
-
echo ":: Creating yarn.nix"
59
-
yarn install
60
-
cp yarn.lock $TARGET_DIR
61
-
yarn2nix > $TARGET_DIR/yarn.nix
62
-
63
# needed to avoid import from derivation
64
jq --arg VERSION "$VERSION" '. += {name: "Zammad", version: $VERSION}' package.json > $TARGET_DIR/package.json
65
···
55
echo ":: Creating gemset.nix"
56
bundix --lockfile=./Gemfile.lock --gemfile=./Gemfile --gemset=$TARGET_DIR/gemset.nix
57
0
0
0
0
0
58
# needed to avoid import from derivation
59
jq --arg VERSION "$VERSION" '. += {name: "Zammad", version: $VERSION}' package.json > $TARGET_DIR/package.json
60