mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 15:46:34 +01:00
remove unnecesary overlay
This commit is contained in:
parent
076b6d371a
commit
b153d37ff9
1 changed files with 0 additions and 2 deletions
|
@ -35,8 +35,6 @@ in {
|
|||
nixpkgs = {
|
||||
config.allowUnfree = true;
|
||||
overlays = [
|
||||
self.inputs.prismlauncher.overlays.default
|
||||
|
||||
(_self: super: rec {
|
||||
firefox-addons = self.inputs.firefox-addons.packages.${config.nixpkgs.hostPlatform.system};
|
||||
localPkgs = self.outputs.packages.${config.nixpkgs.hostPlatform.system};
|
||||
|
|
Loading…
Reference in a new issue