aboutsummaryrefslogblamecommitdiffstats
path: root/pkgs/default.nix
blob: 3adb50df27313e0f2569c832711ada3bfeb36863 (plain) (tree)
1
2
3
4
5
6
7






                                                                     
# Custom packages, that can be defined similarly to ones from nixpkgs
# You can build them using 'nix build .#example'
{pkgs ? import <nixpkgs> {}, ...}: rec {
  ez80asm = pkgs.callPackage ./ez80asm {};
  fab-agon-emulator = pkgs.callPackage ./fab-agon-emulator {};
  pop = pkgs.callPackage ./pop {};
}