Welcome Dear Future Nix user! You probably landed here by following a link from our beautiful slides. Please head to the bootstrap/README.md for instruction on how to continue!
.
├── LICENSE
├── README.md
├── bootstrap
│ ├── Dockerfile
│ └── README.md
├── flake.nix
├── golang-flake-template
│ ├── README.md
│ └── template
│ ├── default.nix
│ ├── flake.nix
│ ├── gomod2nix.toml
│ └── shell.nix
├── python-flake-template
│ ├── README.md
│ ├── flake.lock
│ ├── flake.nix
│ ├── hello_world.py
│ └── missing_import.py
├── research
│ ├── README.md
│ ├── background.md
│ ├── results.md
│ └── rqs.md
├── slides
│ └── README.md
└── ts-flake-template
├── dist
│ └── index.html
├── flake.nix
├── package.json
├── src
│ └── index.ts
├── tsconfig.json
└── webpack.config.js