mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-21 10:17:46 +02:00
meta(nix): Derive attribute values of outputs
This makes it possible to programmatically use all the outputs in a flake without having to manually specify each one individually, useful for having one main nix-config that can be used with other flakes and system configurations.
This commit is contained in:
parent
71fe986e34
commit
da0b9b3ae6
@ -1,10 +1,5 @@
|
|||||||
{ self, ... }:
|
{ self, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
nixpkgs.overlays = with self.overlays; [
|
nixpkgs.overlays = builtins.attrValues self.overlays;
|
||||||
base16-schemes
|
|
||||||
kitty
|
|
||||||
srb2
|
|
||||||
zola
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user