artiq-timestamp.nix: remove args to align with the file generated by main.nix

split-software-gateware-builds
Astro 2019-04-23 22:30:41 +02:00
parent bed94f4c85
commit 5a45bd26e4
2 changed files with 3 additions and 2 deletions

View File

@ -26,7 +26,7 @@ let
preBuild = ''
export VERSIONEER_OVERRIDE=${artiqVersion}
export SOURCE_DATE_EPOCH=${import ./artiq-timestamp.nix {}}
export SOURCE_DATE_EPOCH=${import ./artiq-timestamp.nix}
cd doc/manual
'';
makeFlags = [ target ];

View File

@ -1,4 +1,5 @@
{ pkgs ? import <nixpkgs> {} }:
let pkgs = import <nixpkgs> {};
in
with pkgs;
let
artiq-timestamp = stdenv.mkDerivation {