mirror of
https://github.com/hyprwm/hyprland-infra.git
synced 2025-05-13 05:40:39 +01:00
7 lines
123 B
Nix
7 lines
123 B
Nix
{
|
|
perSystem = {pkgs, ...}: {
|
|
devShells.default = pkgs.mkShellNoCC {
|
|
packages = [pkgs.alejandra];
|
|
};
|
|
};
|
|
}
|