mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat: fix secrets permissions, move ./packages to flake outputs
This commit is contained in:
9
packages/cheat-sh.nix
Normal file
9
packages/cheat-sh.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
# https://nitter.net/igor_chubin/status/1557793569104183298
|
||||
{
|
||||
writers,
|
||||
curl,
|
||||
}:
|
||||
writers.writeDashBin "so" ''
|
||||
IFS=+
|
||||
${curl}/bin/curl -sSL http://cht.sh/"$*"
|
||||
''
|
||||
Reference in New Issue
Block a user