nix

- YOU MUST: Always use --no-link option with nix build

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "nix" with this command: npx skills add i9wa4/dotfiles/i9wa4-dotfiles-nix

Nix Skill

  1. nix build

YOU MUST: Always use --no-link option with nix build

nix build .#rumdl --no-link

IMPORTANT: Before running nix build or nix flake check , ensure all new files are git-tracked. Nix flakes only see files committed or staged in git.

git add <new-files> nix build .#target --no-link

IMPORTANT: Without --no-link , a ./result symlink is created

  1. nix run

IMPORTANT: Packages registered in packages can be run with nix run

nix run .#pike -- scan -d ./terraform

  1. Adding Custom Packages
  • YOU MUST: See CONTRIBUTING.md section 1.4.2 for adding new custom packages

  • IMPORTANT: Hash acquisition flow

  • Get hash using nurl: nix run 'nixpkgs#nurl' -- https://github.com/&#x3C;owner>/&#x3C;repo> <tag>

  • Get vendorHash /cargoHash via build error (got: line)

  • IMPORTANT: Add doCheck = false; if tests fail

  1. nurl

IMPORTANT: nurl generates Nix fetcher calls from repository URLs

nix run 'nixpkgs#nurl' -- https://github.com/rvben/rumdl v0.0.206

IMPORTANT: Output can be used directly in fetchFromGitHub

fetchFromGitHub { owner = "rvben"; repo = "rumdl"; rev = "v0.0.206"; hash = "sha256-XXX..."; }

IMPORTANT: For cargoHash/vendorHash, use build error method (nurl does not support these)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

daily-report

No summary provided by upstream source.

Repository SourceNeeds Review
104-i9wa4
General

bigquery

No summary provided by upstream source.

Repository SourceNeeds Review
General

atlassian

No summary provided by upstream source.

Repository SourceNeeds Review
General

claude-config-optimizer

No summary provided by upstream source.

Repository SourceNeeds Review