https://github.com/Niols/scd.niols.fr
Revision 9a4b354c8ea56366f62fd3764a92ebdc28006f0b authored by Nicolas Jeannerod on 11 February 2023, 22:59:20 UTC, committed by GitHub on 11 February 2023, 22:59:20 UTC
* Enter flake-parts

* Run `nixfmt`

* Move `mkDerivation` to own lib

* Enable pre-commit hooks

* Rework CI to use Cachix

* Enable cache in flake

* Try TeXlive medium

* Try TeXlive small

* Try TeXlive basic

* Custom TeXlive

* Use action to create PR comment

* +enumitem

* Enable action for testing purposes

* github.event.issue.number

* github.event.number

* +wrapfig

* Comment token

* Missing slash

* Re-disable action

* Run `prettier` on CSS files

* Run `prettier` on YAML files

* Run flake checks in CI as well

* Move `nixConfig` to proper place in flake

* Base on `scheme-small`

* Move packages to own files

* Breaaathe
1 parent 4f41204
Raw File
Tip revision: 9a4b354c8ea56366f62fd3764a92ebdc28006f0b authored by Nicolas Jeannerod on 11 February 2023, 22:59:20 UTC
Rework and improve Nix environment (#150)
Tip revision: 9a4b354
meta.yaml
---
build-arguments:
  dances:
    - a-wee-journey
    - drawn-in
    - la-ville-lumiere
  tunes:
    - la-ville-lumiere
    - the-translator

viewports:
  - name: Desktop
    width: 1920
  - name: Big Tablet
    width: 1024
  - name: Tablet
    width: 768
  - name: Smartphone
    width: 480
  - name: Small Smartphone
    width: 320

paths:
  - dances.html
  - tunes.html
  - books.html
  - dance/a-wee-journey.html
  - dance/drawn-in.html
  - dance/la-ville-lumiere.html
  - tune/la-ville-lumiere.html
  - tune/the-translator.html
back to top