Skip to content
Snippets Groups Projects
Commit 0d478f38 authored by Florian Sesser's avatar Florian Sesser
Browse files

Merge branch '185.use-stable-nix' into 'develop'

Don't require the deprecated nixUnstable package

Closes #185

See merge request !533
parents e725c28f f3e756ee
No related branches found
No related tags found
2 merge requests!534Merge from develop to production,!533Don't require the deprecated nixUnstable package
Pipeline #6434 passed
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p nixUnstable git curl python3
#!nix-shell -i bash -p git curl python3
# ^^
# we get nixUnstable for the diff-closures command, mostly.
# we need git to commit and push our changes
# we need curl to create the gitlab MR
# we need python to format the data as json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment