Update dependencies

This commit is contained in:
Charlotte Van Petegem 2020-12-24 22:10:22 +01:00
parent eb9d73637a
commit aae00b5e5b
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View file

@ -38,11 +38,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1608755064,
"narHash": "sha256-nx/o32ipf2YH8WTff7uYwWOwTI+Vtrr49mgxEPdK5bw=",
"lastModified": 1608819280,
"narHash": "sha256-b4UhKR/SuOkC/kCxWsSpqM5eCIooIIFqG/vn7/Ay1mQ=",
"owner": "charvp",
"repo": "nixpkgs",
"rev": "57a787c9fa91f149c86a1ce83d57e07cfa589e07",
"rev": "0be042b6761611bb068cdb7866ec78a0dd295236",
"type": "github"
},
"original": {

View file

@ -6,7 +6,7 @@ if [ -z "${NO_LOCAL:-}" ]
then
pushd ../nixpkgs
git fetch --all --prune
git rebase upstream/nixos-unstable || exit 1
git rebase upstream/nixos-unstable-small || exit 1
git push || exit 1
popd
fi