-
Notifications
You must be signed in to change notification settings - Fork 92
Write user config to nix.custom.conf, defer nix.conf to determinate when using determinate #1379
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
Merged
Merged
Changes from 22 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
61ad6fe
Delete the determinate-specific config generation, and leave it up to…
grahamc 29554c0
Write out the default config options to nix.conf, and the custom nix.…
grahamc d9b51da
optional standard nix config
grahamc 8e2e1bb
derp tests
grahamc 88fba88
Apply suggestions from code review
grahamc 02ec889
flake.lock: Add
grahamc d47662e
Override dnixd
grahamc e1c7d86
relock
grahamc 7f76c7a
pr 190
grahamc 4f9eebf
flake.lock: Update
grahamc f42cc99
breakpoint
grahamc 726d800
cole-h
grahamc 8fcb021
derp
grahamc 61711d5
drop bph
grahamc 6f79b1e
flake.lock: Update
grahamc ed1ef59
bpa
grahamc 7b64928
flake.lock: Update
grahamc 8e94533
flake.lock: Update
grahamc 7eddb83
update comment we're not using yet
grahamc 0fc681b
flake.lock: Update
grahamc bdb0ac8
stop after nix configuration
grahamc e7870e9
Don't write the group name to nix.conf if it is the default
grahamc 40bd7dd
drop breakpoint
grahamc cef6fde
drop overrides
grahamc 010cd04
flake.lock: Update
grahamc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -22,6 +22,19 @@ | |||||||||||||||||||||||||||
| # This means `follows` won't cause surprisingly extensive rebuilds, just trivial `chmod +x` rebuilds. | ||||||||||||||||||||||||||||
| inputs.nixpkgs.follows = "nixpkgs"; | ||||||||||||||||||||||||||||
| inputs.nix.follows = "nix"; | ||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||
| inputs.determinate-nixd-aarch64-linux = { | ||||||||||||||||||||||||||||
| url = "https://install.determinate.systems/determinate-nixd/pr/190/aarch64-linux"; | ||||||||||||||||||||||||||||
| flake = false; | ||||||||||||||||||||||||||||
| }; | ||||||||||||||||||||||||||||
| inputs.determinate-nixd-x86_64-linux = { | ||||||||||||||||||||||||||||
| url = "https://install.determinate.systems/determinate-nixd/pr/190/x86_64-linux"; | ||||||||||||||||||||||||||||
| flake = false; | ||||||||||||||||||||||||||||
| }; | ||||||||||||||||||||||||||||
| inputs.determinate-nixd-aarch64-darwin = { | ||||||||||||||||||||||||||||
| url = "https://install.determinate.systems/determinate-nixd/pr/190/macOS"; | ||||||||||||||||||||||||||||
| flake = false; | ||||||||||||||||||||||||||||
| }; | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
| inputs.determinate-nixd-aarch64-linux = { | |
| url = "https://install.determinate.systems/determinate-nixd/pr/190/aarch64-linux"; | |
| flake = false; | |
| }; | |
| inputs.determinate-nixd-x86_64-linux = { | |
| url = "https://install.determinate.systems/determinate-nixd/pr/190/x86_64-linux"; | |
| flake = false; | |
| }; | |
| inputs.determinate-nixd-aarch64-darwin = { | |
| url = "https://install.determinate.systems/determinate-nixd/pr/190/macOS"; | |
| flake = false; | |
| }; |
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.