File tree Expand file tree Collapse file tree 2 files changed +23
-14
lines changed Expand file tree Collapse file tree 2 files changed +23
-14
lines changed Original file line number Diff line number Diff line change
1
+ To run ` nixos-anywhere ` from the repo:
2
+
3
+ ``` console
4
+ nix run . -- --help
5
+ ```
6
+
7
+ To format the code:
8
+
9
+ ``` console
10
+ nix fmt
11
+ ```
12
+
13
+ To run all tests:
14
+
15
+ ``` console
16
+ nix flake check -vL
17
+ ```
18
+
19
+ To run an individual test:
20
+
21
+ ```
22
+ nix build .#checks.x86_64-linux.from-nixos -vL
23
+ ```
Original file line number Diff line number Diff line change @@ -49,20 +49,6 @@ Options:
49
49
build the closure on the remote machine instead of locally and copy-closuring it
50
50
```
51
51
52
- ## Developer guide
53
-
54
- To run ` nixos-anywhere ` from the repo:
55
-
56
- ``` shell
57
- nix run . -- --help
58
- ```
59
-
60
- To format the code
61
-
62
- ``` shell
63
- nix fmt
64
- ```
65
-
66
52
## Explanation of known error messages
67
53
68
54
TODO: List actual error messages and meanings. Include:
You can’t perform that action at this time.
0 commit comments