Compare commits

..

3 commits

Author SHA1 Message Date
Antoine Vaure
788c875b3b workflow: build before pushing the new branch
Some checks failed
/ build-all (push) Has been cancelled
2025-10-30 14:49:54 +01:00
Antoine Vaure
323067b993 home: fix contour in screenshots
Some checks failed
/ build-all (push) Failing after 1m10s
2025-10-23 16:00:14 +02:00
ant
f27ed627ff add store-auto-optimise to hs
Some checks failed
/ build-all (push) Failing after 1m10s
2025-10-17 11:18:19 +02:00

View file

@ -158,5 +158,5 @@ in {
} }
]; ];
nix.settings.auto-optimise-store = true; nix.settings.store-auto-optimise = true;
} }