diff options
Diffstat (limited to 'parts/dev.nix')
| -rw-r--r-- | parts/dev.nix | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/parts/dev.nix b/parts/dev.nix index 5453286..c190008 100644 --- a/parts/dev.nix +++ b/parts/dev.nix @@ -22,18 +22,15 @@ }; }; - devShells = let - inherit (pkgs) mkShell; - in { - default = mkShell { + devShells = { + default = pkgs.mkShell { inherit (self.checks.${system}.pre-commit-check) shellHook; - packages = with pkgs; - with inputs; [ + packages = with pkgs; [ actionlint alejandra deadnix just - ragenix.packages.${system}.ragenix + inputs.ragenix.packages.${system}.ragenix statix stylua ]; |
