global/nix: remove nixos-option
This commit is contained in:
parent
1aaf38d3e6
commit
84e58699a3
1 changed files with 0 additions and 4 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue