Remove sudo overlay
This commit is contained in:
parent
ca0d3de726
commit
8b198550cb
2 changed files with 0 additions and 12 deletions
|
@ -9,7 +9,6 @@
|
||||||
dadadaScripts = self: super: {
|
dadadaScripts = self: super: {
|
||||||
dadadaScripts = super.callPackage ../pkgs/scripts.nix { };
|
dadadaScripts = super.callPackage ../pkgs/scripts.nix { };
|
||||||
};
|
};
|
||||||
sudo = import ./sudo.nix;
|
|
||||||
python3Packages = import ./python3-packages.nix;
|
python3Packages = import ./python3-packages.nix;
|
||||||
recipemd = self: super: {
|
recipemd = self: super: {
|
||||||
recipemd = super.python3Packages.toPythonApplication super.python3Packages.recipemd;
|
recipemd = super.python3Packages.toPythonApplication super.python3Packages.recipemd;
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
self: super:
|
|
||||||
{
|
|
||||||
sudo = super.sudo.overrideAttrs (old: rec {
|
|
||||||
pname = "sudo";
|
|
||||||
version = "1.9.5p2";
|
|
||||||
src = self.fetchurl {
|
|
||||||
url = "https://www.sudo.ws/dist/${pname}-${version}.tar.gz";
|
|
||||||
sha256 = "0y093z4f3822rc88g9asdch12nljdamp817vjxk04mca7ks2x7jk";
|
|
||||||
};
|
|
||||||
});
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue