fix(devox/nix): add nixos-option to systemPackages

This commit is contained in:
Infinidoge 2022-04-09 03:16:31 -04:00
parent 9c2d2ffa8d
commit c9fb2f3093

View file

@ -40,7 +40,7 @@ with lib;
environment = {
systemPackages = with pkgs; [ nix-index nixfmt nixpkgs-fmt ];
systemPackages = with pkgs; [ nix-index nixos-option nixfmt nixpkgs-fmt ];
shellAliases =
let ifSudo = mkIf config.security.sudo.enable;