Skip to content

Commit 9de9cb0

Browse files
ahoneybunAaron Honeycutt
and
Aaron Honeycutt
authored
Update README (#1271)
* Update version in example * Update docs to fix invalid indentifier when using 'hello' * fix build issue for hello example --------- Co-authored-by: Aaron Honeycutt <[email protected]>
1 parent e75a4cb commit 9de9cb0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ In order to evaluate and build anything you need to create _projects_ that conta
3939
#### Creating A Project
4040
Log in as administrator, click "_Admin_" and select "_Create project_". Fill the form as follows:
4141

42-
- **Identifier**: `hello`
42+
- **Identifier**: `hello-project`
4343
- **Display name**: `hello`
4444
- **Description**: `hello project`
4545

4646
Click "_Create project_".
4747

4848
#### Creating A Jobset
49-
After creating a project you are forwarded to the project page. Click "_Actions_" and choose "_Create jobset_". Fill the form with the following values:
49+
After creating a project you are forwarded to the project page. Click "_Actions_" and choose "_Create jobset_". Change **Type** to Legacy for the example below. Fill the form with the following values:
5050

51-
- **Identifier**: `hello`
51+
- **Identifier**: `hello-project`
5252
- **Nix expression**: `examples/hello.nix` in `hydra`
5353
- **Check interval**: 60
5454
- **Scheduling shares**: 1
@@ -57,7 +57,7 @@ We have to add two inputs for this jobset. One for _nixpkgs_ and one for _hydra_
5757

5858
- **Input name**: `nixpkgs`
5959
- **Type**: `Git checkout`
60-
- **Value**: `https://github.com/nixos/nixpkgs-channels nixos-20.03`
60+
- **Value**: `https://github.com/NixOS/nixpkgs nixos-24.05`
6161

6262
- **Input name**: `hydra`
6363
- **Type**: `Git checkout`

examples/hello.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# jobset example file. This file canbe referenced as Nix expression
2+
# jobset example file. This file can be referenced as Nix expression
33
# in a jobset configuration along with inputs for nixpkgs and the
44
# repository containing this file.
55
#

0 commit comments

Comments
 (0)