You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,14 +93,15 @@ When you run `nix-shell`, you get an environment with a few available commands:
93
93
-`fetchCoqOverlay`: fetch a derivation file from nixpkgs that you may then edit locally to override a package.
94
94
-`createOverlay`: create a fresh derivation file from a template, which could then be added to nixpkgs.
95
95
-`cachedMake`: compile the project by reusing build outputs cached (generally thanks to Cachix).
96
-
-`genNixActions`: generates GitHub one actions file per bundle, for testing dependencies and reverse depndencies.
96
+
-`genNixActions`: generates GitHub one actions file per bundle, for testing dependencies and reverse dependencies.
97
+
-`genCrossPlatformNixActions`: duplicate generated workflows to run on both Ubuntu and macOS (useful when macOS users want to get cached artifacts as well).
97
98
98
99
These three commands update the nixpkgs version to use (will create or override `.nix/nixpkgs.nix`):
99
100
-`updateNixpkgsUnstable`: update to the latest nixpkgs-unstable.
100
101
-`updateNixpkgsMaster`: update to the head of `master` of nixpkgs.
101
102
-`updateNixpkgs`: update to the specified owner and ref.
102
103
103
-
After one of these three commands, you should leave and re-enter `nix-shell` if you want the update to be taken into account (e.g., before calling `genNixActions`).
104
+
After one of these three commands, you should leave and re-enter `nix-shell` if you want the update to be taken into account.
104
105
105
106
## Arguments accepted by `nix-shell`
106
107
@@ -117,7 +118,7 @@ To test a PR on nixpkgs that modifies the `coqPackages` set, clone this reposito
0 commit comments