Update dependencies

This commit is contained in:
Charlotte Van Petegem 2020-11-06 21:22:25 +01:00
parent cf4b7fb5f0
commit 724d5bb9b5
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View file

@ -23,11 +23,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1604441544, "lastModified": 1604628022,
"narHash": "sha256-4ZZlz2JnVJyQxLiFNMYKWhXDgqKr/u4muGW9jYluolw=", "narHash": "sha256-zCbTh91NBQdGRtO+GZxfKnmRjp+4rOQ2B8wtNpVcxgs=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "ef72617c4a1e14ddb2254b2199bd0103c6274bf5", "rev": "4cc1b77c3fc4f4b3bc61921dda72663eea962fa3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -38,11 +38,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1604494979, "lastModified": 1604588254,
"narHash": "sha256-EiDo9kxGW+LzVoIrLdZsxO4L+O2xxS3IXRu5Mdo6wj0=", "narHash": "sha256-E0csGJYc+ST4q0fsAT7DjYCl0/XX6VCPMp7MzMiPLXo=",
"owner": "charvp", "owner": "charvp",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "80412894719e23233377a17372cbd999f53b4d58", "rev": "9a40713640a0de16603e8d37a68b00821488d847",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -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-small || exit 1 git rebase upstream/nixos-unstable || exit 1
git push || exit 1 git push || exit 1
popd popd
fi fi