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": {
|
||||
"locked": {
|
||||
"lastModified": 1595900108,
|
||||
"narHash": "sha256-XKbCDy29Db2uj1yW/brWlgvgTeHyfiY2h7IoKVVWWWo=",
|
||||
"lastModified": 1595994374,
|
||||
"narHash": "sha256-/b25Y61IbsJOs3hWQ3OVbo3ujkl8whZZbWvWilwUBfk=",
|
||||
"owner": "charvp",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "ad4deefa9f593091d464522ecdefd0944a47df32",
|
||||
"rev": "65eab104a34d7db8f847d21f9c783a5f192b0f18",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -2,12 +2,7 @@
|
|||
set -euo pipefail
|
||||
set -x
|
||||
|
||||
BUILD_ARGS=(
|
||||
"--extra-substituters"
|
||||
"ssh://charlotte@sunspear.vanpetegem.me"
|
||||
"--trusted-public-keys"
|
||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= sunspear-nix-cache:4mgL4qS7EweCug1gAFiZKgQK+xuoJMBYThIUE+kPX4s="
|
||||
)
|
||||
BUILD_ARGS=()
|
||||
|
||||
if [ -d "../nixpkgs" -a -z "${NO_LOCAL:-}" ]
|
||||
then
|
||||
|
|
Loading…
Add table
Reference in a new issue