-
Notifications
You must be signed in to change notification settings - Fork 22
Try moving to Nix Experimental installer #85
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
base: main
Are you sure you want to change the base?
Conversation
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.
Pull Request Overview
This PR switches from using the DeterminateSystems/nix-installer-action to a new experimental Nix installer action. The change introduces two new action files for experimental Nix installation and updates the main action to use the local experimental installer instead of the external one.
Key changes:
- Added experimental Nix installer action files with comprehensive configuration options
- Switched main action to use the local experimental installer
- Enhanced experimental features configuration to include nix-command and flakes
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
File | Description |
---|---|
experimental-nix-installer/action.yml | Defines a new action for experimental Nix installation with core configuration options |
experimental-nix-installer-action.yml | Extended version of the experimental installer with additional configuration parameters |
action.yml | Updates the main action to use the local experimental installer and adds more experimental features |
Comments suppressed due to low confidence (1)
experimental-nix-installer/action.yml:1
- The environment variable NIX_INSTALLER_DAEMON is set but the corresponding input 'daemon' is defined without being used in the installer command. The experimental installer may not recognize this environment variable format.
name: 'Experimental Nix Installer'
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
@Lagoja is this ready? |
No description provided.