Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-04-07 10:30:14 +02:00
parent a70baddd21
commit 576e6bdc23
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 3 additions and 12 deletions

View file

@ -2,15 +2,6 @@
set -euo pipefail
set -x
if [ -z "${NO_LOCAL:-}" ]
then
pushd ../nixpkgs
git fetch --all --prune
git rebase upstream/nixos-unstable-small || exit 1
git push || exit 1
popd
fi
nix flake update
if [ -z "${OVERRIDE:-}" ]