diff options
| -rw-r--r-- | .build.yml | 2 | ||||
| -rw-r--r-- | flake.nix | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,7 @@ environment: sources: - https://git.sr.ht/~trygvis/personal-2025-07-constance-ring tasks: - - setup: | + - init: | sudo adduser $USER nix-users # debian # sudo usermod -aG nix $USER # alpine - build: | @@ -9,6 +9,7 @@ buildInputs = [ pandoc hunspell + hunspellDicts.nb_NO (diffoscope.override { enableBloat = false; }) ]; |
