Skip to content

FontysVenlo/esd-workshop-nix-enjoyers

 
 

Repository files navigation

Nix Workshop

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!

Structure

.
├── 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

About

esd-2025-esd-workshop-esd-template created by GitHub Classroom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 44.5%
  • TypeScript 28.7%
  • Dockerfile 20.9%
  • JavaScript 3.5%
  • Python 2.3%
  • Shell 0.1%