lib/tests/test-with-nix.nix: init entrypoint for NixOS/nix CI#290831
Merged
infinisil merged 1 commit intoNixOS:masterfrom Feb 26, 2024
Merged
lib/tests/test-with-nix.nix: init entrypoint for NixOS/nix CI#290831infinisil merged 1 commit intoNixOS:masterfrom
infinisil merged 1 commit intoNixOS:masterfrom
Conversation
3 tasks
9a668a5 to
475ee3a
Compare
13 tasks
roberth
added a commit
to hercules-ci/nix
that referenced
this pull request
Feb 27, 2024
This contains NixOS/nixpkgs#290831 Flake lock file updates: • Updated input 'nixpkgs': 'github:hercules-ci/nixpkgs/181e3f88238f9b158985e13ac84569a42648834e' (2024-02-01) → 'github:NixOS/nixpkgs/548a86b335d7ecd8b57ec617781f5e652ab0c38e' (2024-02-26)
roberth
added a commit
to hercules-ci/nix
that referenced
this pull request
Feb 27, 2024
This contains NixOS/nixpkgs#290831 Flake lock file updates: • Updated input 'nixpkgs': 'github:hercules-ci/nixpkgs/181e3f88238f9b158985e13ac84569a42648834e' (2024-02-01) → 'github:NixOS/nixpkgs/548a86b335d7ecd8b57ec617781f5e652ab0c38e' (2024-02-26)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes
Provide a file that the
nixCI can import. This helps ascertain the release worthiness of Nix itself during its development.It previously used the following, but that broke somewhat recently.
This is intended to be used on the Nix side in
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.