fix(devox/nix): add nixos-option to systemPackages
This commit is contained in:
parent
9c2d2ffa8d
commit
c9fb2f3093
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue