Compare commits
No commits in common. "11c1c8d9f1a83aacf77f86d7d8bdcffbe002f2fe" and "16f5a0a9a5b9b19a3b4cb003b9885eb3fc3f0d71" have entirely different histories.
11c1c8d9f1
...
16f5a0a9a5
|
@ -398,11 +398,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1706718339,
|
||||
"narHash": "sha256-S+S97c/HzkO2A/YsU7ZmNF9w2s7Xk6P8dzmfDdckzLs=",
|
||||
"lastModified": 1706098335,
|
||||
"narHash": "sha256-r3dWjT8P9/Ah5m5ul4WqIWD8muj5F+/gbCdjiNVBKmU=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "53fbe41cf76b6a685004194e38e889bc8857e8c2",
|
||||
"rev": "a77ab169a83a4175169d78684ddd2e54486ac651",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -182,7 +182,6 @@
|
|||
jdupes
|
||||
duperemove
|
||||
compsize
|
||||
btdu
|
||||
|
||||
# toolbox
|
||||
imagemagick
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env nix-shell
|
||||
#! nix-shell -i bash --pure
|
||||
#! nix-shell -p bash jq curl cacert findutils coreutils
|
||||
#! nix-shell -p bash jq curl findutils coreutils
|
||||
|
||||
set -euxo pipefail
|
||||
set -euo pipefail
|
||||
|
||||
url="https://ip.frogeye.fr/json"
|
||||
cachedir="$HOME/.cache/lip"
|
||||
|
@ -16,6 +16,7 @@ then
|
|||
jq_sel="$@"
|
||||
fi
|
||||
|
||||
|
||||
if [ -n "$ip" ]
|
||||
then
|
||||
cachefile="$cachedir/$ip"
|
||||
|
|
Loading…
Reference in a new issue