mirror of
https://github.com/RoBaertschi/tt.git
synced 2025-04-16 05:53:30 +00:00
allow specifing the version using nix-build nix --arg version '"0.1.0"'
This commit is contained in:
parent
9edcc92564
commit
e0f2da3174
@ -1,4 +1,4 @@
|
|||||||
# ml2 ts=2 sts=2 sw=2
|
# ml2 ts=2 sts=2 sw=2
|
||||||
|
|
||||||
with import <nixpkgs> {};
|
with import <nixpkgs> {};
|
||||||
callPackage ./package.nix {}
|
{version ? "HEAD"}: callPackage ./package.nix {inherit version;}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user