nu pullall etc
This commit is contained in:
parent
fb5189ced7
commit
e4119fc05c
2 changed files with 11 additions and 14 deletions
18
flake.lock
generated
18
flake.lock
generated
|
@ -171,11 +171,11 @@
|
|||
"nixpkgs-stable": "nixpkgs-stable"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1752078356,
|
||||
"narHash": "sha256-6/88TPIbp6rdBCX4t9kN+iEYV4H6hl8bymj9zlITqmc=",
|
||||
"lastModified": 1752082260,
|
||||
"narHash": "sha256-/ovay6gjav1Q6V262g8/DXRiCKorZKV1Tm4In//M/bo=",
|
||||
"owner": "nix-community",
|
||||
"repo": "emacs-overlay",
|
||||
"rev": "6770bb9f9c937921d14c3da94d03717e3a6a0fed",
|
||||
"rev": "f038fa723daa69b6c0e6bb479163a4093a5af4d9",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -662,11 +662,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1752062782,
|
||||
"narHash": "sha256-Dod77HcIByOyfGLEJOgRxg2Fmk2Y5lVgMEcN/xVEt/8=",
|
||||
"lastModified": 1752093218,
|
||||
"narHash": "sha256-+3rXu8ewcNDi65/2mKkdSGrivQs5zEZVp5aYszXC0d0=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "bec8ff39811568eb7c8c8d1e2a1a476326748f51",
|
||||
"rev": "206ed3c71418b52e176f16f58805c96e84555320",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -2168,11 +2168,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1752056590,
|
||||
"narHash": "sha256-5ExDbMF1jrArC249TCmbBAbxcNoBShJmAGYIHv6Nejo=",
|
||||
"lastModified": 1752092563,
|
||||
"narHash": "sha256-BaMI8wRzisEARstVTRdRD5X+Lui1Td/FIaAwFOp+JVo=",
|
||||
"owner": "0xc000022070",
|
||||
"repo": "zen-browser-flake",
|
||||
"rev": "49269b4360a5aaf6fc0a418398e49f9bb0db08be",
|
||||
"rev": "75b7d67318f7e5cc1c8f3ceff961c379da7efe8e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -20,13 +20,10 @@ def nh-switch-gc [...args] {
|
|||
nh os switch; nh clean all --keep 3 --nogcroots; nix store optimise;
|
||||
}
|
||||
|
||||
let external_completer = {|spans|
|
||||
match $spans.0 {
|
||||
_ => $fish_completer
|
||||
} | do $in $spans
|
||||
def pullall [] {
|
||||
for d in (nuls | where type == dir) { cd $d.name; print $d.name; git pull; cd .. }
|
||||
}
|
||||
|
||||
|
||||
# List the filenames, sizes, and modification times of items in a directory.
|
||||
@category filesystem
|
||||
@search-terms dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue