···58a re-usable environment in a single-file Python script; then we will create a
59full Python environment for development with this same environment.
6061-Philosphically, this should be familiar to users who are used to a `venv` style
62of development: individual projects create their own Python environments without
63impacting the global environment or each other.
64
···58a re-usable environment in a single-file Python script; then we will create a
59full Python environment for development with this same environment.
6061+Philosophically, this should be familiar to users who are used to a `venv` style
62of development: individual projects create their own Python environments without
63impacting the global environment or each other.
64
···1#!/usr/bin/env nix-shell
2#!nix-shell -I nixpkgs=../../../../../ -i bash -p nix wget prefetch-yarn-deps nix-prefetch-github
34-# FIXME should fix itself on the next release -> remove the warning if that's the case
5-echo "WARNING: on the last update, the yarn.lock had to be patched. Please be careful when updating the hashes!"
6-7if [ "$#" -gt 1 ] || [[ "$1" == -* ]]; then
8 echo "Regenerates packaging data for the element packages."
9 echo "Usage: $0 [git release tag]"
···1#!/usr/bin/env nix-shell
2#!nix-shell -I nixpkgs=../../../../../ -i bash -p nix wget prefetch-yarn-deps nix-prefetch-github
30004if [ "$#" -gt 1 ] || [[ "$1" == -* ]]; then
5 echo "Regenerates packaging data for the element packages."
6 echo "Usage: $0 [git release tag]"