Created
February 1, 2025 11:04
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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