Skip to content

Instantly share code, notes, and snippets.

@moretea
Created December 19, 2016 14:55
Show Gist options
  • Save moretea/034419295d27de312b8626ab0c56403b to your computer and use it in GitHub Desktop.
Save moretea/034419295d27de312b8626ab0c56403b to your computer and use it in GitHub Desktop.
[maarten@maarten-laptop:~]$ nix-repl
Welcome to Nix version 1.11.4. Type :? for help.
nix-repl> hostname = "aaa"
nix-repl> hostname == "aaa"
true
nix-repl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment