testing package

This commit is contained in:
ISnortPennies 2022-08-13 23:57:46 -04:00
parent a0dc72ccda
commit 12d01c65a9
4 changed files with 14 additions and 74 deletions

View file

@ -17,7 +17,6 @@
inherit system;
config = {
allowUnfree = true;
pulseaudio = true;
packageOverrides = super: let self = super.pkgs; in {
#more overrides can go here
polkit_fix = self.polkit_gnome.overrideAttrs ( oldAttrs: rec