remove obsolete options
This commit is contained in:
parent
5c034929e6
commit
8ff8e65958
2 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
nixpkgs.config = {
|
nixpkgs.config = {
|
||||||
chromium = {
|
chromium = {
|
||||||
# 2019-03-05: missing on 19.03 enablePepperPDF = true;
|
# 2019-03-05: missing on 19.03 enablePepperPDF = true;
|
||||||
enablePepperFlash = false;
|
# 2021-03-16: missing enablePepperFlash = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,5 @@ let
|
||||||
|
|
||||||
in {
|
in {
|
||||||
inherit (nixpkgs-master) podman conmon slirp4netns;
|
inherit (nixpkgs-master) podman conmon slirp4netns;
|
||||||
crun = crun_10_6_0;
|
|
||||||
posh = self.callPackage ../pkgs/posh.nix {};
|
posh = self.callPackage ../pkgs/posh.nix {};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue