Completed
intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Using Nix to Create Reproducible Golang Development Environments
Automatically move to the next video in the Classroom when playback concludes
- 1 intro
- 2 preamble
- 3 who is this for?
- 4 what is nix?
- 5 declarative
- 6 what is the problem?
- 7 summary
- 8 golang
- 9 tools.go
- 10 creative our first dev environment
- 11 flake.nix
- 12 summary
- 13 direnv
- 14 usage
- 15 remote environments
- 16 pre-commit
- 17 summary
- 18 how does nix work?
- 19 evaluation
- 20 derivations
- 21 advantages
- 22 nix flakes
- 23 flake.nix
- 24 flake.lock
- 25 ci
- 26 gitlab ci
- 27 ci logs
- 28 why not docker?
- 29 further
- 30 slides, links, resources
- 31 reference & thanks