Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
zeapoz committed Jun 15, 2024
1 parent 1dc70d3 commit 0f19a25
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 29 deletions.
48 changes: 24 additions & 24 deletions flake.lock

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

9 changes: 4 additions & 5 deletions modules/dev/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ in {
options.modules.dev.shell.enable = mkBoolOpt true;

config = mkIf cfg.enable {
hm.packages = with pkgs;
[shfmt]
++ (with nodePackages; [
nodePackages.bash-language-server
]);
hm.packages = with pkgs; [
shfmt
bash-language-server
];
};
}

0 comments on commit 0f19a25

Please sign in to comment.