Last active
February 3, 2026 20:24
-
-
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/d3b653e63d48061953f62e01ec1c1c199397ae56
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 License Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) | |
| ## 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