Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrtz-j/nix-workshop
An introductionary nix workshop
https://github.com/mrtz-j/nix-workshop
Last synced: about 2 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T10:06:54.000Z (3 months ago)
- Last Synced: 2024-10-27T17:40:34.024Z (2 months ago)
- Language: Typst
- Size: 423 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# [29.10.2024] Introduction to Nix
[![Build and Release](https://github.com/mrtz-j/nix-workshop/actions/workflows/build.yaml/badge.svg)](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
```