···5858a re-usable environment in a single-file Python script; then we will create a
5959full Python environment for development with this same environment.
60606161-Philosphically, this should be familiar to users who are used to a `venv` style
6161+Philosophically, this should be familiar to users who are used to a `venv` style
6262of development: individual projects create their own Python environments without
6363impacting the global environment or each other.
6464
···11#!/usr/bin/env nix-shell
22#!nix-shell -I nixpkgs=../../../../../ -i bash -p nix wget prefetch-yarn-deps nix-prefetch-github
3344-# FIXME should fix itself on the next release -> remove the warning if that's the case
55-echo "WARNING: on the last update, the yarn.lock had to be patched. Please be careful when updating the hashes!"
66-74if [ "$#" -gt 1 ] || [[ "$1" == -* ]]; then
85 echo "Regenerates packaging data for the element packages."
96 echo "Usage: $0 [git release tag]"