diff options
| author | Soispha <soispha@vhack.eu> | 2023-06-28 08:02:13 +0200 |
|---|---|---|
| committer | Soispha <soispha@vhack.eu> | 2023-06-28 08:02:13 +0200 |
| commit | 14c86c8719111ef8f61d96f1789fc8e36552bb27 (patch) | |
| tree | 74a8f301e1db8a95e94a77233b14229701c49e61 | |
| parent | Docs(todo): Add link to work/live separation (diff) | |
| download | nixos-config-14c86c8719111ef8f61d96f1789fc8e36552bb27.zip | |
Feat(flake/direnv): Add git-bug
Diffstat (limited to '')
| -rw-r--r-- | flake/default.nix | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/flake/default.nix b/flake/default.nix index c6d3fa29..6a3622a1 100644 --- a/flake/default.nix +++ b/flake/default.nix @@ -126,15 +126,16 @@ in { devShells."${system}" = { default = pkgs.mkShell { packages = with pkgs; [ - nil alejandra - statix + cocogitto + generate_firefox_extensions.packages."${system}".default # needed for the firefox extension update script + git-bug + ltex-ls + nil ragenix.packages."${system}".default shellcheck - ltex-ls + statix yamllint - cocogitto - generate_firefox_extensions.packages."${system}".default # needed for the firefox extension update script ]; }; }; |
