fix: filter packages for outputs
This commit is contained in:
parent
b723802808
commit
d8a08681a9
1 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
inherit (core-inputs.flake-utils-plus.lib) filterPackages;
|
||||||
inherit (core-inputs.nixpkgs.lib) assertMsg foldl;
|
inherit (core-inputs.nixpkgs.lib) assertMsg foldl;
|
||||||
|
|
||||||
user-packages-root = snowfall-lib.fs.get-file "packages";
|
user-packages-root = snowfall-lib.fs.get-file "packages";
|
||||||
|
|
@ -48,6 +49,6 @@ in
|
||||||
overrides-without-default = builtins.removeAttrs overrides [ "default" ];
|
overrides-without-default = builtins.removeAttrs overrides [ "default" ];
|
||||||
packages = packages-without-default // default-package // overrides-without-default;
|
packages = packages-without-default // default-package // overrides-without-default;
|
||||||
in
|
in
|
||||||
packages;
|
filterPackages pkgs.system packages;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue