Update dependencies
This commit is contained in:
parent
eb9d73637a
commit
aae00b5e5b
2 changed files with 4 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -38,11 +38,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1608755064,
|
"lastModified": 1608819280,
|
||||||
"narHash": "sha256-nx/o32ipf2YH8WTff7uYwWOwTI+Vtrr49mgxEPdK5bw=",
|
"narHash": "sha256-b4UhKR/SuOkC/kCxWsSpqM5eCIooIIFqG/vn7/Ay1mQ=",
|
||||||
"owner": "charvp",
|
"owner": "charvp",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "57a787c9fa91f149c86a1ce83d57e07cfa589e07",
|
"rev": "0be042b6761611bb068cdb7866ec78a0dd295236",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -6,7 +6,7 @@ if [ -z "${NO_LOCAL:-}" ]
|
||||||
then
|
then
|
||||||
pushd ../nixpkgs
|
pushd ../nixpkgs
|
||||||
git fetch --all --prune
|
git fetch --all --prune
|
||||||
git rebase upstream/nixos-unstable || exit 1
|
git rebase upstream/nixos-unstable-small || exit 1
|
||||||
git push || exit 1
|
git push || exit 1
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue