mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 13:22:28 +00:00
5 lines
103 B
Nix
5 lines
103 B
Nix
final: prev: {
|
|
cd-fzf = prev.callPackage ./cd-fzf { };
|
|
vpngate = prev.callPackage ./vpngate { };
|
|
}
|