From 02efca62519e335d4c29a74d1a9d446ddeb1a09c Mon Sep 17 00:00:00 2001
From: Ryan Mulligan <ryan@ryantm.com>
Date: Sun, 11 Oct 2020 09:38:43 -0700
Subject: [PATCH] nixpkgs-update: use true as the script to start it

systemd wants ExecStart to exist
---
 build01/nixpkgs-update.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build01/nixpkgs-update.nix b/build01/nixpkgs-update.nix
index c9defbb..c7e6e2c 100644
--- a/build01/nixpkgs-update.nix
+++ b/build01/nixpkgs-update.nix
@@ -58,6 +58,7 @@ in
 
     # Since this script is long-running, put it in postStart, so
     # systemctl start nixpkgs-update runs right away
+    script = "true";
     postStart = ''
       ${nixpkgs-update-bin} delete-done --delete
       grep -rl $XDG_CACHE_HOME/nixpkgs -e buildPython | grep default | \