mirror of
https://codeberg.org/spire/nix.git
synced 2026-06-03 18:04:10 +02:00
expose overlays and systems
This commit is contained in:
parent
172eb3eeb9
commit
3edf9df237
1 changed files with 2 additions and 0 deletions
|
|
@ -44,5 +44,7 @@
|
|||
matrix = {
|
||||
include = concatMap (system: map (sdk: {inherit system sdk;}) self.sdks.${system}) systems;
|
||||
};
|
||||
overlays.default = import ./pkgs;
|
||||
inherit systems;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue