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