submodule fixup, update function expansion
This commit is contained in:
parent
076d61604c
commit
ba22870809
2 changed files with 2 additions and 1 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -1,3 +1,3 @@
|
|||
[submodule "custom/overlays"]
|
||||
path = custom/overlays
|
||||
url = ssh://forgejo@10.0.0.64/thek0tyara/nixpkgs-extension.git
|
||||
url = https://git.sys-con.ru/thek0tyara/nixpkgs-extension.git
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
# https://devenv.sh/scripts/
|
||||
scripts = {
|
||||
update.exec = ''
|
||||
git submodule update --init --recursive
|
||||
nix flake update
|
||||
'';
|
||||
build.exec = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue