tests: remove placeholder package override in github-runner test

This commit is contained in:
Sander 2025-08-29 13:34:15 +02:00
parent f910ac37b6
commit 165ff3069d
No known key found for this signature in database

View file

@ -4,9 +4,6 @@
enable = true;
url = "https://github.com/nixos/nixpkgs";
tokenFile = "/secret/path/to/a/github/token";
# We need an overridable derivation but cannot use the actual github-runner package
# since it still relies on Node.js 16 which is marked as insecure.
package = pkgs.hello;
};
test = ''