Skip to content

Instantly share code, notes, and snippets.

@kuuote
Created March 5, 2025 14:44
Show Gist options
  • Save kuuote/983305dc07897caa725771fa759d2873 to your computer and use it in GitHub Desktop.
Save kuuote/983305dc07897caa725771fa759d2873 to your computer and use it in GitHub Desktop.

日報

  • NixOSのboot partitionが埋まるので頻繁にprofile消してるという話をしていたらyasunoriさんに「それ boot.loader.systemd-boot.configurationLimit = 5 でできるよ(意訳)」と言われたので設定した
  • bashの配列の使い方を完全に理解した。この言語難しすぎる
    • 引数を args=("$@") すると配列になる
    • args[$i] で引っ張り出したり書き換えたりできる
    • "${args[@]}" で区切りを維持したまま渡せる
  • 手元に置いてるスクリプトを nix shell 使うように書き換えてた
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment