chore: remove custom pop-shell package

since it is now in nixpkgs
This commit is contained in:
Felix Schröter 2021-12-02 23:52:05 +01:00
parent 77553e07db
commit 76a459488c
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
2 changed files with 0 additions and 39 deletions

View file

@ -78,9 +78,6 @@
deconz = self: super: {
deconz = self.qt5.callPackage ./pkgs/deconz { };
};
pop-shell = self: super: {
pop-shell = self.callPackage ./pkgs/pop-shell { };
};
obelisk = self: super: {
obelisk = (import obelisk { inherit (self) system; }).command;
};
@ -97,7 +94,6 @@
nur.overlay
overlays.neovim
overlays.deconz
overlays.pop-shell
overlays.photoprism
overlays.obelisk
];