diff --git a/docs/reference/yaml-options.md b/docs/reference/yaml-options.md index ddcd8c7e0..c1bf608f4 100644 --- a/docs/reference/yaml-options.md +++ b/docs/reference/yaml-options.md @@ -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``. |