system/shell.nix

9 lines
118 B
Nix
Raw Normal View History

2022-08-29 15:40:41 +03:00
{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
nixpkgs-fmt
stylua
];
}