mirror of
https://github.com/RoBaertschi/tt.git
synced 2025-04-15 21:43:30 +00:00
4 lines
115 B
Nix
4 lines
115 B
Nix
# ml2 ts=2 sts=2 sw=2
|
|
with import <nixpkgs> {};
|
|
{version ? "HEAD"}: callPackage ./package.nix {inherit version;}
|