Skip to content

Commit

Permalink
Document default value
Browse files Browse the repository at this point in the history
  • Loading branch information
gotcha authored Sep 23, 2024
1 parent 2bdf646 commit 5905467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/yaml-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
| ---------------------------- | ----------------------------------------------------------------------------- |
| allowUnfree | Allow unfree packages. Defaults to `false`. |
| allowBroken | Allow packages marked as broken. Defaults to `false`. |
| inputs | Defaults to `inputs.nixpkgs.url: github:NixOS/nixpkgs/nixpkgs-unstable`. |
| inputs | Defaults to `inputs.nixpkgs.url: github:cachix/devenv-nixpkgs/rolling`. |
| inputs.<name> | Identifier name used when passing the input in your ``devenv.nix`` function. |
| inputs.<name>.url | URI specification of the input, see below for possible values. |
| inputs.<name>.flake | Does the input contain ``flake.nix`` or ``devenv.nix``. Defaults to ``true``. |
Expand Down

0 comments on commit 5905467

Please sign in to comment.