Update dependencies
This commit is contained in:
parent
e381232533
commit
d120ea88f4
2 changed files with 7 additions and 7 deletions
12
flake.lock
generated
12
flake.lock
generated
|
@ -23,11 +23,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1603922580,
|
"lastModified": 1604441544,
|
||||||
"narHash": "sha256-rPJ3YxsVm5YYHzIRLy1w3jSXIQvVXK1KydraC7m/2xc=",
|
"narHash": "sha256-4ZZlz2JnVJyQxLiFNMYKWhXDgqKr/u4muGW9jYluolw=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "a98ec6ec158686387d66654ea96153ec06be33d7",
|
"rev": "ef72617c4a1e14ddb2254b2199bd0103c6274bf5",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -38,11 +38,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1604243975,
|
"lastModified": 1604494979,
|
||||||
"narHash": "sha256-kAqrvA088/GUrZJUqz9n7EvuVogOzoB3scmjO2SuEx4=",
|
"narHash": "sha256-EiDo9kxGW+LzVoIrLdZsxO4L+O2xxS3IXRu5Mdo6wj0=",
|
||||||
"owner": "charvp",
|
"owner": "charvp",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "84e840b0cac24f643e5b74d42fa4c4b685841976",
|
"rev": "80412894719e23233377a17372cbd999f53b4d58",
|
||||||
"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