Skip to content

Commit

Permalink
Update nixpkgs and such
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukagami committed May 23, 2024
1 parent 1624eac commit 08a7b1e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion home/modules/programs/my-kakoune/tree-sitter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
''
Expand Down

0 comments on commit 08a7b1e

Please sign in to comment.