Recreated nix files

This commit is contained in:
2026-03-03 11:26:38 +01:00
parent 4fa316cf23
commit fc93cf349b
3 changed files with 299 additions and 302 deletions
+299 -300
View File
File diff suppressed because it is too large Load Diff
-1
View File
@@ -923,7 +923,6 @@ in
text = ''
${scriptPath}
'';
defer = false; # Run as early as possible
};
}
#+end_src
-1
View File
@@ -8,6 +8,5 @@ in
text = ''
${scriptPath}
'';
defer = false; # Run as early as possible
};
}