From 59054674c0d3c0eec6c3e76bf498dc71407933b0 Mon Sep 17 00:00:00 2001 From: Godefroid Chapelle Date: Mon, 23 Sep 2024 15:25:48 +0200 Subject: [PATCH] Document default value --- docs/reference/yaml-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``. |