Update dependencies
This commit is contained in:
parent
724d5bb9b5
commit
22d06aac33
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": 1604588254,
|
"lastModified": 1604760670,
|
||||||
"narHash": "sha256-E0csGJYc+ST4q0fsAT7DjYCl0/XX6VCPMp7MzMiPLXo=",
|
"narHash": "sha256-V8gYh+cx3NoliZW83B6XqA4jBzIvNvBHKdp2G6M3krE=",
|
||||||
"owner": "charvp",
|
"owner": "charvp",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "9a40713640a0de16603e8d37a68b00821488d847",
|
"rev": "695bbc8ad5ffa4295b40bcb064fb71a363d9a9f2",
|
||||||
"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