summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/jobs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/jobs.c b/src/jobs.c
index 703e5f2..0f5ef67 100644
--- a/src/jobs.c
+++ b/src/jobs.c
@@ -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 */