Update dependencies
This commit is contained in:
parent
54ce22e8ea
commit
1505b6de38
2 changed files with 4 additions and 9 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -39,11 +39,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1595900108,
|
"lastModified": 1595994374,
|
||||||
"narHash": "sha256-XKbCDy29Db2uj1yW/brWlgvgTeHyfiY2h7IoKVVWWWo=",
|
"narHash": "sha256-/b25Y61IbsJOs3hWQ3OVbo3ujkl8whZZbWvWilwUBfk=",
|
||||||
"owner": "charvp",
|
"owner": "charvp",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "ad4deefa9f593091d464522ecdefd0944a47df32",
|
"rev": "65eab104a34d7db8f847d21f9c783a5f192b0f18",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -2,12 +2,7 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
BUILD_ARGS=(
|
BUILD_ARGS=()
|
||||||
"--extra-substituters"
|
|
||||||
"ssh://charlotte@sunspear.vanpetegem.me"
|
|
||||||
"--trusted-public-keys"
|
|
||||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= sunspear-nix-cache:4mgL4qS7EweCug1gAFiZKgQK+xuoJMBYThIUE+kPX4s="
|
|
||||||
)
|
|
||||||
|
|
||||||
if [ -d "../nixpkgs" -a -z "${NO_LOCAL:-}" ]
|
if [ -d "../nixpkgs" -a -z "${NO_LOCAL:-}" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue