From 7c6abfb2ce0fd9f54105ad62c5594816c22fa316 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 9 Feb 2019 17:58:46 +0800 Subject: [PATCH] nix: cleanup --- nix/artiq-board.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/artiq-board.nix b/nix/artiq-board.nix index 020ddaece..cde05539d 100644 --- a/nix/artiq-board.nix +++ b/nix/artiq-board.nix @@ -21,7 +21,7 @@ let installPhase = '' mkdir -p $out/registry - cat > $out/config <<-EOF + cat << EOF > $out/config [source.crates-io] registry = "https://github.com/rust-lang/crates.io-index" replace-with = "vendored-sources"