mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 18:23:09 +00:00
0b286bd6ef
Diff: https://github.com/binwiederhier/ntfy/compare/v1.31.0...v2.0.1 Release notes: https://docs.ntfy.sh/releases/#ntfy-server-v201
13 lines
468 B
Bash
Executable File
13 lines
468 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
ROOT="$(realpath "$(dirname -- "$(readlink -f -- "${BASH_SOURCE[0]}")")"/../../../..)"
|
|
|
|
$(nix-build $ROOT -A nodePackages.node2nix --no-out-link)/bin/node2nix \
|
|
--nodejs-14 \
|
|
--node-env ../../../development/node-packages/node-env.nix \
|
|
--development \
|
|
--output node-packages.nix \
|
|
--composition node-composition.nix
|
|
# removed temporarily because of https://github.com/svanderburg/node2nix/issues/312
|
|
# --lock ./package-lock-temp.json \
|