dots-of-war/files/nix-stuff/nixpkgs/overlay/default.nix

14 lines
584 B
Nix
Raw Normal View History

2020-08-25 22:26:00 +00:00
let
sources = import ../nix/sources.nix;
in
2020-08-16 21:05:10 +00:00
self: super: {
2020-08-25 22:26:00 +00:00
alacritty = super.callPackage ../packages/alacritty-overlay.nix { alacritty = super.alacritty; };
bashtop = super.callPackage ../packages/bashtop.nix {};
boox = super.callPackage ../packages/boox.nix {};
cool-retro-term = super.callPackage ./cool-retro-term.nix { cool-retro-term = super.cool-retro-term; };
liquidctl = super.callPackage ../packages/liquidctl.nix {};
mmutils = super.callPackage ../packages/mmutils.nix {};
nixGL = import sources.nixGL {};
scr = super.callPackage ../packages/scr.nix {};
2020-08-16 21:05:10 +00:00
}