mirror of
https://github.com/RoBaertschi/tt.git
synced 2025-04-18 23:13:29 +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;}
|