#!/bin/bash

# To get infos
# nix-shell -p nix-info --run "nix-info -m"

# nix-channel --update
# nix-env -iA nixpkgs.nix nixpkgs.cacert
# nix-shell --show-trace --option build-fallback true --run 'bun install'
# nix-shell --show-trace --option build-fallback true --run fix-bun
# nix-shell --show-trace --option build-fallback true --run build
nix run .#install
nix run .#build
nix run .#build-css
# nix-shell --run "npm run css-default-theme"
# nix-shell --run "npm run css-dark-theme"
# nix-shell --run "npm run css-herbie-theme"
# nix-shell --run "npm run css-monotony-theme"
# nix-shell --run "npm run css-greyson-theme"
