diff options
Diffstat (limited to 'src/jobs.c')
-rw-r--r-- | src/jobs.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -254,7 +254,8 @@ int jobs_init(FILE **stream) char *const args[] = { "nix-eval-jobs", "--flake", - "github:sinanmohd/evanix#packages.x86_64-linux.evanix", + "github:sinanmohd/evanix#packages.x86_64-linux", + NULL, }; /* the package is wrapProgram-ed with nix-eval-jobs */ |