Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Attribute sets example and remove obsolete note #92

Merged
merged 1 commit into from Dec 11, 2018
Merged

Update Attribute sets example and remove obsolete note #92

merged 1 commit into from Dec 11, 2018

Conversation

liff
Copy link
Contributor

@liff liff commented Dec 10, 2018

The attribute name is quoted correctly by the REPL in nix 2.1.3:

⟫ nix repl                    
Welcome to Nix version 2.1.3. Type :? for help.

nix-repl> s = { foo = "bar"; a-b = "baz"; "123" = "num"; }

nix-repl> s
{ "123" = "num"; a-b = "baz"; foo = "bar"; }

nix-repl>

The attribute name is quoted correctly by the REPL
in nix 2.1.3.
Copy link
Member

@Ma27 Ma27 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as master and release-18.09 use Nix 2.1.3 as nixStable 👍

@grahamc grahamc merged commit edf2059 into NixOS:master Dec 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants