aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml2
-rw-r--r--flake.nix1
2 files changed, 2 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 9556f0a..89e7532 100644
--- a/.build.yml
+++ b/.build.yml
@@ -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: |
diff --git a/flake.nix b/flake.nix
index b204064..54ecbd0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -9,6 +9,7 @@
buildInputs = [
pandoc
hunspell
+ hunspellDicts.nb_NO
(diffoscope.override { enableBloat = false; })
];