diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-02-18 10:52:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-18 10:52:03 +0100 |
commit | 26e99c817cc983d9b630fe932d9e5c8497fe386c (patch) | |
tree | f6d81e4ac22a6e1593a1523d624fc140594b9f77 | |
parent | a768e85e2fb3b0500829bc42cdc137176481bedf (diff) | |
parent | 219fa2e43dedbbc7589474f1644da88974690baa (diff) |
Merge pull request #6114 from Radvendii/welcomeText
add release notes for welcomeText
-rw-r--r-- | doc/manual/src/release-notes/rl-next.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md index ad8c27dbc..80eed9397 100644 --- a/doc/manual/src/release-notes/rl-next.md +++ b/doc/manual/src/release-notes/rl-next.md @@ -7,3 +7,9 @@ implemented. * `nix store ping` now reports the version of the remote Nix daemon. + +* `nix flake {init,new}` now display information about which files have been + created. + +* Templates can now define a `welcomeText` attribute, which is printed out by + `nix flake {init,new} --template <template>`. |