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

4 lines
82 B
Nix
Raw Normal View History

2020-08-16 21:05:10 +00:00
self: super: {
cool-retro-term = super.callPackage ./cool-retro-term.nix { };
}