assume a fixed version when none is specified

as suggested by @infinisil and @kevincox
This commit is contained in:
Valentin Gagarin 2022-12-16 16:52:04 +01:00 committed by GitHub
parent 32436e5c31
commit 37cd0bb585
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,8 @@ Introduce a magic comment in the first line of a Nix file:
where `<version>` is a released version of Nix the given file is intended to work with.
If no magic comment is present, Nix 2.12 the stable release at the time this RFC was accepted is assumed.
Add an appropriate parameter to commands that allow encoding the same information where where files are not involved.
# Examples and Interactions