yaxitech/Install Nix Packages
Install flake packages using an ephemeral Nix profile
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| packages | Comma-separated list of flake package references to install | no | — |
| expr | Install a derivation by evaluating the given expression | no | — |
| inputs-from | Use inputs of the given flake as registry entries | no | . |
| allow-unfree | Whether to allow evaluation of unfree nixpkgs packages | no | false |
| dummy-bins | Comma-separated list of dummy binary names to install | no | "" |
Outputs
| name | description |
|---|---|
| nix_profile_path | Path to the Nix profile the requested packages were installed to |