Skip to content

Commit

Permalink
chore(units/configs/lefthook): update languagetool-code-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Nov 9, 2023
1 parent 28d602e commit 1d43c2f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions units/configs/lefthook.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ let
in
{
default = {
packages = [
languagetool-code-comments
nixpkgs.jq
];
packages = [ nixpkgs.jq ];
data = {
commit-msg = {
commands = {
Expand Down Expand Up @@ -54,4 +51,7 @@ in
};
};
};
languagetool-code-comments = {
packages = [ languagetool-code-comments ];
};
}
4 changes: 2 additions & 2 deletions units/devshell/profiles/rust.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let
nixpkgs
;

pkgs' = nixpkgs.appendOverlays [ fenix.overlay ];
pkgs' = nixpkgs.appendOverlays [ fenix.overlays.default ];
cfg = config.language.rust;
in
{
Expand All @@ -25,7 +25,7 @@ in

language.rust = {
rustSrc = pkgs'.fenix.complete.rust-src;
packageSet = pkgs'.fenix.default;
packageSet = pkgs'.fenix.stable;
enableDefaultToolchain = true;
tools = [ "toolchain" ];
};
Expand Down
1 change: 1 addition & 0 deletions units/nixos/nixosModules/omnibus/bootstrap/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ in
unzip
gzip
clang
coreutils
nixpkgs-fmt
pkg-config
(pkgs.writeShellScriptBin "nrepl" ''
Expand Down

0 comments on commit 1d43c2f

Please sign in to comment.