From 83d402eb779b454717ce4ac1e9eda14885ddcc60 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 12 Dec 2023 18:39:46 +0000 Subject: [PATCH] nixos-prebuild: fix typo --- hosts/by-name/servo/services/nixos-prebuild.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/by-name/servo/services/nixos-prebuild.nix b/hosts/by-name/servo/services/nixos-prebuild.nix index f8694b07..6a9c4044 100644 --- a/hosts/by-name/servo/services/nixos-prebuild.nix +++ b/hosts/by-name/servo/services/nixos-prebuild.nix @@ -6,7 +6,7 @@ script = '' working=$(mktemp -d /tmp/nixos-prebuild.XXXXXX) pushd "$working" - git clone https://git.uninsane.org/colin/nix-files.git + git clone https://git.uninsane.org/colin/nix-files.git \ && cd nix-files \ && nix flake update \ || true