.update-ci.sh 172 Bytes EditWeb IDE 1 2 3 4 5 #!/usr/bin/env bash nix flake show --allow-import-from-derivation --json | json-to-dhall > temp export INPUT=./temp dhall-to-yaml --file .gitlab-ci.dhall > .gitlab-ci.yml