mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
flake.nix: update nixpkgs for packages
output
The custom Firefox addons is not exported anyways so we don't need to import with the overlays.
This commit is contained in:
parent
7c348b1287
commit
b30eb78170
@ -392,14 +392,7 @@
|
|||||||
# "x86_64-linux". I just want to try out supporting other systems.
|
# "x86_64-linux". I just want to try out supporting other systems.
|
||||||
packages = forAllSystems (system:
|
packages = forAllSystems (system:
|
||||||
inputs.flake-utils.lib.flattenTree (import ./pkgs {
|
inputs.flake-utils.lib.flattenTree (import ./pkgs {
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs { inherit system; };
|
||||||
inherit system;
|
|
||||||
overlays = [
|
|
||||||
(final: prev: {
|
|
||||||
inherit (inputs.firefox-addons.lib.${system}) buildFirefoxXpiAddon;
|
|
||||||
})
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}));
|
}));
|
||||||
|
|
||||||
# This contains images that are meant to be built and distributed
|
# This contains images that are meant to be built and distributed
|
||||||
|
Loading…
Reference in New Issue
Block a user