system/shell.nix

8 lines
102 B
Nix
Raw Normal View History

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