global/nix: remove nixos-option

This commit is contained in:
Infinidoge 2023-10-31 21:29:20 -04:00
parent 1aaf38d3e6
commit 84e58699a3

View file

@ -68,7 +68,6 @@ with lib;
environment = {
systemPackages = with pkgs; [
nix-index
nixos-option
nixfmt
nixpkgs-fmt
nix-du
@ -98,9 +97,6 @@ with lib;
mn = ''
manix "" | grep '^# ' | sed 's/^# \(.*\) (.*/\1/;s/ (.*//;s/^# //' | sk --preview="manix '{}'" | xargs manix
'';
# fix nixos-option
# nixos-option = "nixos-option -I nixpkgs=${self}/lib/compat";
};
};
}