Update nixpkgs and such

This commit is contained in:
Natsu Kagami 2024-05-23 18:24:02 +02:00
parent 1624eacdf0
commit 08a7b1edb7
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 13 additions and 13 deletions

View file

@ -226,7 +226,7 @@ in
onChange =
let
buildCmd = lang: "ktsctl -fci ${lang}";
buildCmd = lang: "${cfg.package}/bin/ktsctl -fci ${lang}";
buildAll = strings.concatMapStringsSep "\n" buildCmd (builtins.attrNames cfg.languages);
in
''