remove obsolete options

This commit is contained in:
steveej 2021-03-26 17:59:39 +01:00
parent 5c034929e6
commit 8ff8e65958
2 changed files with 1 additions and 2 deletions

View file

@ -14,7 +14,7 @@
nixpkgs.config = {
chromium = {
# 2019-03-05: missing on 19.03 enablePepperPDF = true;
enablePepperFlash = false;
# 2021-03-16: missing enablePepperFlash = false;
};
};

View file

@ -15,6 +15,5 @@ let
in {
inherit (nixpkgs-master) podman conmon slirp4netns;
crun = crun_10_6_0;
posh = self.callPackage ../pkgs/posh.nix {};
}