mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
overlays: init default package set
This commit is contained in:
parent
65a52252bd
commit
8288766f6c
@ -3,7 +3,6 @@
|
|||||||
{ inputs, ... }: {
|
{ inputs, ... }: {
|
||||||
# In case somebody wants to use my stuff to be included in nixpkgs.
|
# In case somebody wants to use my stuff to be included in nixpkgs.
|
||||||
flake.overlays = import ../../overlays // {
|
flake.overlays = import ../../overlays // {
|
||||||
default = final: prev: import ../../pkgs { pkgs = prev; };
|
|
||||||
firefox-addons = final: prev: {
|
firefox-addons = final: prev: {
|
||||||
inherit (final.nur.repos.rycee.firefox-addons) buildFirefoxXpiAddon;
|
inherit (final.nur.repos.rycee.firefox-addons) buildFirefoxXpiAddon;
|
||||||
firefox-addons = final.callPackage ../../pkgs/firefox-addons { };
|
firefox-addons = final.callPackage ../../pkgs/firefox-addons { };
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
# the values in the attribute set is a separate overlay function so you'll
|
# the values in the attribute set is a separate overlay function so you'll
|
||||||
# simply have to append them as a list (i.e., `lib.attrValues`).
|
# simply have to append them as a list (i.e., `lib.attrValues`).
|
||||||
{
|
{
|
||||||
|
default = final: prev: import ../pkgs { pkgs = prev; };
|
||||||
ffmpeg-foodogsquared = import ./ffmpeg-foodogsquared;
|
ffmpeg-foodogsquared = import ./ffmpeg-foodogsquared;
|
||||||
firefox-foodogsquared = import ./firefox-foodogsquared;
|
firefox-foodogsquared = import ./firefox-foodogsquared;
|
||||||
blender-foodogsquared = import ./blender-foodogsquared;
|
blender-foodogsquared = import ./blender-foodogsquared;
|
||||||
|
Loading…
Reference in New Issue
Block a user