You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
server/nix/overlays/fromFlake.nix

10 lines
223 B
Nix

{ outputs, ... }@flakeArg:
{ ... }@systemArg:
final: prev: {
inherit (outputs.packages.${prev.system})
# list all universally compatible packages from ./../packages
librespot-auth
nft-update-addresses
;
}