← スキル一覧に戻る

build-commands
by cgeorgii
My ever-changing dotfiles.
⭐ 0🍴 0📅 2026年1月16日
SKILL.md
name: build-commands description: Reference for NixOS build, test, and flake commands. Use when asked about rebuilding, checking config, formatting, or flake operations. user-invocable: true
Build/Test Commands
NixOS Operations
- Rebuild system:
sudo nixos-rebuild switch - Link dotfiles:
sudo ln -s /home/cgeorgii/dots/* /etc/nixos - Dry-run config check:
nixos-rebuild dry-build - Build specific config:
nix build .#nixosConfigurations.coco.config.system.build.toplevel
Flake Operations
- Check flake:
nix flake check - Update flake inputs:
nix flake update - Setup dev environment:
nix develop(enables pre-commit hooks and development tools)
Formatting
- Format Nix files:
nixfmt file.nix
Important Notes
- User prefers to run sudo commands manually in a separate terminal
- Always ask before running system-level commands
- All configuration changes should be done declaratively through Nix files
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です