update flake
This commit is contained in:
parent
3dfdd458f9
commit
63b5495ec1
3 changed files with 29 additions and 14 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
|
||||||
|
|
18
nix/flake.lock
generated
18
nix/flake.lock
generated
|
@ -7,11 +7,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1755275010,
|
"lastModified": 1755825449,
|
||||||
"narHash": "sha256-lEApCoWUEWh0Ifc3k1JdVjpMtFFXeL2gG1qvBnoRc2I=",
|
"narHash": "sha256-XkiN4NM9Xdy59h69Pc+Vg4PxkSm9EWl6u7k6D5FZ5cM=",
|
||||||
"owner": "LnL7",
|
"owner": "LnL7",
|
||||||
"repo": "nix-darwin",
|
"repo": "nix-darwin",
|
||||||
"rev": "7220b01d679e93ede8d7b25d6f392855b81dd475",
|
"rev": "8df64f819698c1fee0c2969696f54a843b2231e8",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -22,11 +22,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1755268003,
|
"lastModified": 1756381814,
|
||||||
"narHash": "sha256-nNaeJjo861wFR0tjHDyCnHs1rbRtrMgxAKMoig9Sj/w=",
|
"narHash": "sha256-tzo7YvAsGlzo4WiIHT0ooR59VHu+aKRQdHk7sIyoia4=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "32f313e49e42f715491e1ea7b306a87c16fe0388",
|
"rev": "aca2499b79170038df0dbaec8bf2f689b506ad32",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -50,11 +50,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1755485198,
|
"lastModified": 1756434910,
|
||||||
"narHash": "sha256-C3042ST2lUg0nh734gmuP4lRRIBitA6Maegg2/jYRM4=",
|
"narHash": "sha256-5UJRyxZ8QCm+pgh5pNHXFJMmopMqHVraUhRA1g2AmA0=",
|
||||||
"owner": "oxalica",
|
"owner": "oxalica",
|
||||||
"repo": "rust-overlay",
|
"repo": "rust-overlay",
|
||||||
"rev": "aa45e63d431b28802ca4490cfc796b9e31731df7",
|
"rev": "86e5140961c91a9ee1dde1c17d18a787d44ceef8",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -47,7 +47,6 @@
|
||||||
|
|
||||||
# meetings
|
# meetings
|
||||||
zoom-us
|
zoom-us
|
||||||
teams
|
|
||||||
|
|
||||||
# dev
|
# dev
|
||||||
attic-client
|
attic-client
|
||||||
|
@ -69,11 +68,16 @@
|
||||||
wget
|
wget
|
||||||
|
|
||||||
# bash replacements
|
# bash replacements
|
||||||
|
bashInteractive
|
||||||
bat
|
bat
|
||||||
eza
|
eza
|
||||||
zoxide
|
zoxide
|
||||||
dua
|
dua
|
||||||
|
|
||||||
|
# typst
|
||||||
|
typst
|
||||||
|
typstyle
|
||||||
|
|
||||||
# rust
|
# rust
|
||||||
(pkgs.rust-bin.selectLatestNightlyWith (
|
(pkgs.rust-bin.selectLatestNightlyWith (
|
||||||
toolchain:
|
toolchain:
|
||||||
|
@ -121,17 +125,22 @@
|
||||||
python3
|
python3
|
||||||
uv
|
uv
|
||||||
ruff
|
ruff
|
||||||
|
pyright
|
||||||
|
|
||||||
|
# go
|
||||||
|
# go
|
||||||
|
|
||||||
|
# nix
|
||||||
|
# devenv
|
||||||
|
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