Fixed a typo

This commit is contained in:
Alexandre1a 2026-01-14 19:08:19 +01:00
parent f3ea870603
commit 32ba74f97a
No known key found for this signature in database
GPG Key ID: CE01C28FBC5EEF10
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
{
nix = {
settings = {
experimental-features = [ "nix-command" "flakes" ];
experimental-features = [ "nix-command" "flakes" ];
# Limit resource usage to prevent Linux OOM
max-jobs = 2;