Nix flake demo Based on https://www.tweag.io/blog/2020-05-25-flakes/ Usage # When locally checked out: nix shell --command hello # From anywhere, just run: nix shell github:d3v3l0/nix-flake-01-hello-world -c hello # ... wow, simply WOW!