mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 11:22:23 +00:00
4 lines
92 B
Nix
4 lines
92 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
{
|
|
bashtop = pkgs.callPackage ./packages/bashtop.nix {};
|
|
}
|