constructive-criticism: enable linux-builder
All checks were successful
/ build (push) Successful in 34s
/ build (aarch64-linux) (push) Successful in 1m14s
/ build (x86_64-linux) (push) Successful in 2m37s
/ combine-systems (push) Successful in 3s

This commit is contained in:
Luke Granger-Brown 2025-01-07 18:42:33 +00:00
parent 07fee89e15
commit 94b027809e

View file

@ -39,5 +39,9 @@
pmset -a sleep 0 womp 1 autorestart 1
'';
nix.linux-builder = {
enable = true;
};
system.stateVersion = 5;
}