update flake
This commit is contained in:
parent
3dfdd458f9
commit
431ae7a27e
3 changed files with 22 additions and 13 deletions
6
justfile
6
justfile
|
@ -76,6 +76,8 @@ wikidata:
|
|||
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/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:
|
||||
# colima stop
|
||||
|
@ -90,3 +92,7 @@ git_upstream:
|
|||
git remote add upstream git@github.com:loco-rs/loco-openapi-Initializer.git
|
||||
git remote set-branches 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": {
|
||||
"lastModified": 1755275010,
|
||||
"narHash": "sha256-lEApCoWUEWh0Ifc3k1JdVjpMtFFXeL2gG1qvBnoRc2I=",
|
||||
"lastModified": 1755825449,
|
||||
"narHash": "sha256-XkiN4NM9Xdy59h69Pc+Vg4PxkSm9EWl6u7k6D5FZ5cM=",
|
||||
"owner": "LnL7",
|
||||
"repo": "nix-darwin",
|
||||
"rev": "7220b01d679e93ede8d7b25d6f392855b81dd475",
|
||||
"rev": "8df64f819698c1fee0c2969696f54a843b2231e8",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -22,11 +22,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1755268003,
|
||||
"narHash": "sha256-nNaeJjo861wFR0tjHDyCnHs1rbRtrMgxAKMoig9Sj/w=",
|
||||
"lastModified": 1756128520,
|
||||
"narHash": "sha256-R94HxJBi+RK1iCm8Y4Q9pdrHZl0GZoDPIaYwjxRNPh4=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "32f313e49e42f715491e1ea7b306a87c16fe0388",
|
||||
"rev": "c53baa6685261e5253a1c355a1b322f82674a824",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -50,11 +50,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1755485198,
|
||||
"narHash": "sha256-C3042ST2lUg0nh734gmuP4lRRIBitA6Maegg2/jYRM4=",
|
||||
"lastModified": 1756089517,
|
||||
"narHash": "sha256-KGinVKturJFPrRebgvyUB1BUNqf1y9FN+tSJaTPlnFE=",
|
||||
"owner": "oxalica",
|
||||
"repo": "rust-overlay",
|
||||
"rev": "aa45e63d431b28802ca4490cfc796b9e31731df7",
|
||||
"rev": "44774c8c83cd392c50914f86e1ff75ef8619f1cd",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -122,16 +122,19 @@
|
|||
uv
|
||||
ruff
|
||||
|
||||
# go
|
||||
go
|
||||
|
||||
# nix
|
||||
nixpkgs-review
|
||||
nix-fast-build
|
||||
# nix format
|
||||
nixd
|
||||
nixfmt-rfc-style
|
||||
mkalias
|
||||
|
||||
# nix
|
||||
nixpkgs-review
|
||||
nix-fast-build
|
||||
|
||||
# k8s
|
||||
hcloud
|
||||
kubectl
|
||||
talosctl
|
||||
kubernetes-helm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue