The website at https://invariant.club
npm run devnix build .nix run .#serve./deploy- Check homepage on mobile
- About/Contact page
- Default font size
- "Gateways into Nix"
- Just use
nix run ...ornix profile install... to get binaries without installing them. - NixOS
- Package projects you like into nixpkgs
- Submit PRs to projects you use
- ...
- Just use
- clojure
- ruby
- agda
- lean
- java
- rstudio
-
"Nix oneliners"
rstudioWrapper.override{ packages = with rPackages; [ ggplot2 dplyr xts ]; };
-
nix flake check --override-input ...