mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +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.
|
||||
packages = forAllSystems (system:
|
||||
inputs.flake-utils.lib.flattenTree (import ./pkgs {
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
overlays = [
|
||||
(final: prev: {
|
||||
inherit (inputs.firefox-addons.lib.${system}) buildFirefoxXpiAddon;
|
||||
})
|
||||
];
|
||||
};
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
}));
|
||||
|
||||
# This contains images that are meant to be built and distributed
|
||||
|
Loading…
Reference in New Issue
Block a user