forked from M-Labs/nix-scripts
add version to manual package
This commit is contained in:
parent
4cbfec3e00
commit
9086df6241
|
@ -13,7 +13,7 @@ let
|
|||
};
|
||||
|
||||
artiq-manual = target: stdenv.mkDerivation rec {
|
||||
name = "artiq-manual-${target}";
|
||||
name = "artiq-manual-${target}-${version}"";
|
||||
version = artiqVersion;
|
||||
|
||||
src = import ./artiq-src.nix { inherit fetchgit; };
|
||||
|
|
Loading…
Reference in New Issue