Update nixpkgs and such
This commit is contained in:
parent
1624eacdf0
commit
08a7b1edb7
2 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue