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