-
-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README #1271
base: master
Are you sure you want to change the base?
Update README #1271
Conversation
Please note that the example/hello.nix does not build:
|
I think we should also update somewhere on how to remove old builds and ones that fail, I know this works but it's not ideal:
|
README.md
Outdated
@@ -57,7 +57,7 @@ We have to add two inputs for this jobset. One for _nixpkgs_ and one for _hydra_ | |||
|
|||
- **Input name**: `nixpkgs` | |||
- **Type**: `Git checkout` | |||
- **Value**: `https://github.com/nixos/nixpkgs-channels nixos-20.03` | |||
- **Value**: `https://github.com/nixos/nixpkgs-channels nixos-22.11` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **Value**: `https://github.com/nixos/nixpkgs-channels nixos-22.11` | |
- **Value**: `https://github.com/NixOS/nixpkgs nixos-22.11` |
or maybe even go with
- **Value**: `https://github.com/nixos/nixpkgs-channels nixos-22.11` | |
- **Value**: `https://github.com/NixOS/nixpkgs nixos-23.05` |
Both should fix the issue you reported
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be good in the latest commit and I also rebased to clean up the history.
b0ee452
to
f984f44
Compare
This updates the README based on my experience setting up Hydra locally.