mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:16:35 +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 = {
|
nixpkgs = {
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
overlays = [
|
overlays = [
|
||||||
self.inputs.prismlauncher.overlays.default
|
|
||||||
|
|
||||||
(_self: super: rec {
|
(_self: super: rec {
|
||||||
firefox-addons = self.inputs.firefox-addons.packages.${config.nixpkgs.hostPlatform.system};
|
firefox-addons = self.inputs.firefox-addons.packages.${config.nixpkgs.hostPlatform.system};
|
||||||
localPkgs = self.outputs.packages.${config.nixpkgs.hostPlatform.system};
|
localPkgs = self.outputs.packages.${config.nixpkgs.hostPlatform.system};
|
||||||
|
|
Loading…
Reference in a new issue