https://github.com/mrtz-j/nix-workshop
An introductionary nix workshop
https://github.com/mrtz-j/nix-workshop
Last synced: 4 months ago
JSON representation
An introductionary nix workshop
- Host: GitHub
- URL: https://github.com/mrtz-j/nix-workshop
- Owner: mrtz-j
- License: mit
- Created: 2024-10-05T09:32:50.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-30T08:22:10.000Z (6 months ago)
- Last Synced: 2025-01-22T18:33:00.305Z (5 months ago)
- Language: Typst
- Size: 449 KB
- Stars: 1
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# [29.10.2024] Introduction to Nix
[](https://github.com/mrtz-j/nix-workshop/actions/workflows/build.yaml)
Slides and demos for our nix workshop at UiT.
## Starter
A starter project can be found in the [`starter`](./starter) directory.
It contains a simple Nix project with a [`default.nix`](./starter/default.nix) and a [`shell.nix`](./starter/shell.nix) file.
## Examples
Can be found in the [`examples`](./examples) directories.
## Build
The slides can be built with:
```console
nix -Lv build -f . slides
```or interactively with:
```console
nix -Lv develop -f . slides --command typst watch main.typ main.pdf
```