-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
126 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,29 @@ | ||
# undb-presentation | ||
|
||
[![built with nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org) | ||
|
||
Being some beamer-based presentation done at a local event. | ||
|
||
# Building | ||
## Development | ||
|
||
To dive into a local development shell you should run: | ||
|
||
```shell | ||
nix develop --impure | ||
``` | ||
|
||
## Nix | ||
## Build | ||
|
||
```shell | ||
nix develop .#ci --impure -c make | ||
``` | ||
or | ||
```shell | ||
nix build -L ".#document" | ||
``` | ||
|
||
## TODO | ||
|
||
- [x] Setup Nix devenv | ||
- [x] Make local nix builds work | ||
- [] Make CI nix builds work |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters