chore: remove custom pop-shell package
since it is now in nixpkgs
This commit is contained in:
parent
77553e07db
commit
76a459488c
2 changed files with 0 additions and 39 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue