mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-21 18:21:31 +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, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.overlays = with self.overlays; [
|
||||
base16-schemes
|
||||
kitty
|
||||
srb2
|
||||
zola
|
||||
];
|
||||
nixpkgs.overlays = builtins.attrValues self.overlays;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user