Abandon flakes in favour of npins
Some checks failed
deploy-pages Failed to deploy

Flakes copy the whole gigantic repo to store all the time, quickly eating all the drive capacity.
This commit is contained in:
2024-07-13 12:40:22 +02:00
parent 885a1a4cea
commit 11203e2e3d
13 changed files with 178 additions and 1200 deletions

View File

@@ -26,7 +26,3 @@ The `site` program needs to be run in this directory. It supports the following
The project uses [Nix](https://nixos.org) package manager to build the `site` program. Run `nix-shell` to enter a shell containing `site` program for controlling the website.
If you have [`direnv`](https://direnv.net/) installed, you can instead run `direnv allow` and it will prepare the correct shell environment automatically every time you enter the directory.
### Windows
On Windows, you can right click `00-site.ps1` in the Explorer and click the “Run with PowerShell” context menu item. The script will download the `site` program and allow you to control it using a GUI.