Skip to content

Instantly share code, notes, and snippets.

@dacr
Created February 1, 2025 11:04
Show Gist options
  • Save dacr/8e62c52164987f90d8fdf85187f7796e to your computer and use it in GitHub Desktop.
Save dacr/8e62c52164987f90d8fdf85187f7796e to your computer and use it in GitHub Desktop.
nix hello world / published by https://github.com/dacr/code-examples-manager #9bb902b8-e7ba-458c-addb-8c4713c5ceaf/abeadff71005714a9660b50a8d0a856cb56ffac9
## summary : nix hello world
## keywords : nix, hello-world
## publish : gist
## authors : David Crosson
## license : Apache NON-AI License Version 2.0 (https://raw.githubusercontent.com/non-ai-licenses/non-ai-licenses/main/NON-AI-APACHE2)
## id : 9bb902b8-e7ba-458c-addb-8c4713c5ceaf
## created-on : 2025-02-01T10:37:21+01:00
## managed-by : https://github.com/dacr/code-examples-manager
## run-with : nix eval --file $file
#### run-with : nix-instantiate --eval $file
"hello" + " " + "world"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment