update flake
This commit is contained in:
parent
3dfdd458f9
commit
836f53678f
3 changed files with 19 additions and 10 deletions
6
justfile
6
justfile
|
@ -76,6 +76,8 @@ wikidata:
|
||||||
hetzner:
|
hetzner:
|
||||||
rclone sync -v --fast-list --transfers 32 --multi-thread-streams 32 hetzner:NexVeridian/minecraft-data-vanilla /Users/elijahmcmorris/Desktop/Stuff/Excel/!Other/hetzner/minecraft-data-vanilla
|
rclone sync -v --fast-list --transfers 32 --multi-thread-streams 32 hetzner:NexVeridian/minecraft-data-vanilla /Users/elijahmcmorris/Desktop/Stuff/Excel/!Other/hetzner/minecraft-data-vanilla
|
||||||
rclone sync -v --fast-list --transfers 32 --multi-thread-streams 32 hetzner:NexVeridian/data/parquet /Users/elijahmcmorris/Desktop/Stuff/Excel/!Other/hetzner/data/parquet
|
rclone sync -v --fast-list --transfers 32 --multi-thread-streams 32 hetzner:NexVeridian/data/parquet /Users/elijahmcmorris/Desktop/Stuff/Excel/!Other/hetzner/data/parquet
|
||||||
|
# All data
|
||||||
|
rclone sync -v --fast-list --transfers 64 --multi-thread-streams 32 --exclude "attic-data/" hetzner:NexVeridian tower:main/hetzner
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
# colima stop
|
# colima stop
|
||||||
|
@ -90,3 +92,7 @@ git_upstream:
|
||||||
git remote add upstream git@github.com:loco-rs/loco-openapi-Initializer.git
|
git remote add upstream git@github.com:loco-rs/loco-openapi-Initializer.git
|
||||||
git remote set-branches upstream main
|
git remote set-branches upstream main
|
||||||
git fetch upstream main
|
git fetch upstream main
|
||||||
|
|
||||||
|
git_forgejo:
|
||||||
|
jj git remote add nex ssh://git@git.nexveridian.com:222/NexVeridian/dotfiles.git
|
||||||
|
git push -u nex main
|
||||||
|
|
12
nix/flake.lock
generated
12
nix/flake.lock
generated
|
@ -22,11 +22,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1755268003,
|
"lastModified": 1755577059,
|
||||||
"narHash": "sha256-nNaeJjo861wFR0tjHDyCnHs1rbRtrMgxAKMoig9Sj/w=",
|
"narHash": "sha256-5hYhxIpco8xR+IpP3uU56+4+Bw7mf7EMyxS/HqUYHQY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "32f313e49e42f715491e1ea7b306a87c16fe0388",
|
"rev": "97eb7ee0da337d385ab015a23e15022c865be75c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -50,11 +50,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1755485198,
|
"lastModified": 1755657401,
|
||||||
"narHash": "sha256-C3042ST2lUg0nh734gmuP4lRRIBitA6Maegg2/jYRM4=",
|
"narHash": "sha256-rPHuWPAcwW63wH1SUtDCqAnf2+60pi/pGMCIhVobzXc=",
|
||||||
"owner": "oxalica",
|
"owner": "oxalica",
|
||||||
"repo": "rust-overlay",
|
"repo": "rust-overlay",
|
||||||
"rev": "aa45e63d431b28802ca4490cfc796b9e31731df7",
|
"rev": "292ca754b0f679b842fbfc4734f017c351f0e9eb",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -122,16 +122,19 @@
|
||||||
uv
|
uv
|
||||||
ruff
|
ruff
|
||||||
|
|
||||||
|
# go
|
||||||
|
go
|
||||||
|
|
||||||
|
# nix
|
||||||
|
nixpkgs-review
|
||||||
|
nix-fast-build
|
||||||
# nix format
|
# nix format
|
||||||
nixd
|
nixd
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
mkalias
|
mkalias
|
||||||
|
|
||||||
# nix
|
|
||||||
nixpkgs-review
|
|
||||||
nix-fast-build
|
|
||||||
|
|
||||||
# k8s
|
# k8s
|
||||||
|
hcloud
|
||||||
kubectl
|
kubectl
|
||||||
talosctl
|
talosctl
|
||||||
kubernetes-helm
|
kubernetes-helm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue