chore: update pop-shell

This commit is contained in:
Felix Schröter 2021-09-19 11:58:01 +02:00
parent 515320aa90
commit 7af34f0737
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
3 changed files with 29 additions and 23 deletions

View file

@ -70,6 +70,9 @@
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;
};
@ -86,6 +89,7 @@
nur.overlay
overlays.neovim
overlays.deconz
overlays.pop-shell
overlays.photoprism
overlays.obelisk
];