-
Notifications
You must be signed in to change notification settings - Fork 14
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
Created a file about templates, created several starter files, added … #91
Draft
zimbatm
wants to merge
26
commits into
main
Choose a base branch
from
docs_mar12
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+879
−42
Draft
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
d105a3f
Created a file about templates, created several starter files, added …
jeffcogswell 3ee3189
Updated install.md with more getting started material
jeffcogswell aaa39d7
Added packages folder sample
jeffcogswell cc39f22
Added systems.md, started base hosts.md file
jeffcogswell 5981c01
Update - note on mistake
jeffcogswell 02db9a1
Moved files around
jeffcogswell 2ef29f9
More move files and rename
jeffcogswell 6d9a76c
Moved more files
jeffcogswell ebe228b
Fixed file rename mistake
jeffcogswell e464529
Fixed file move mistake part 2
jeffcogswell f181631
More moving and cleaning
jeffcogswell c58e1f4
Updates
jeffcogswell fd8fc7a
Merged other docs in
jeffcogswell 6c6cd86
Merged other docs in part 2
jeffcogswell 0c1e0bf
fix file endings from Windows to Unix
zimbatm 04bbaab
Some quick updates, including combining extra configuration.md
jeffcogswell 3424397
Added checks example
jeffcogswell 5d6955c
Quick fix to the end of folder structure doc
jeffcogswell 72b5723
Reformat per paragraph for easier diffs
jeffcogswell 464637a
Reformat per paragraph for easier diffs
jeffcogswell 74cfb31
Updates as per phaer suggestions
jeffcogswell b3304ba
Added formatter.nix info
jeffcogswell 702e4ac
Some quick cleanups
jeffcogswell a6a3412
Some brief updates to README -- need NumTide folks to review to see i…
jeffcogswell 4467b56
Added quickstart to README
jeffcogswell 93abc3d
Added quickstart to README
jeffcogswell 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 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 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
nav: | ||
- install.md | ||
- folder_structure.md | ||
- built_in_templates.md | ||
- configuration.md |
This file contains 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 |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# Using Templates | ||
|
||
Blueprint comes with several templates to help you get started with your project. | ||
|
||
> Note: Feel free to contribute new templates! | ||
|
||
To install from a template, use the following format; for example, to use the template called system manager, type: | ||
|
||
``` | ||
nix flake init -t github:numtide/blueprint#system-manager | ||
``` | ||
|
||
where we appended a hash symbol followed by the template name. | ||
|
||
## Default Template | ||
|
||
Init command: | ||
|
||
```bash | ||
nix flake init -t github:numtide/blueprint | ||
``` | ||
|
||
This is a bare-bones project as described in [getting started](../getting-started/install.md). | ||
|
||
## NixOS and Darwin Shared Homes Template | ||
|
||
``` | ||
nix flake init -t github:numtide/blueprint#nixos-and-darwin-shared-homes | ||
``` | ||
|
||
This template is a bit of an example plus a template. You'll want to study all the files carefully. It shows how you can define and reuse modules, in this case nixos and home-manager. | ||
|
||
Look carefully at the folder structure; in this case we're using `hosts` and `modules` folders which are both picked up by Blueprint. | ||
|
||
If you drill down into the folders, you'll see inside the `hosts` folder, are a `my-darwin` folder and a `my-nixos` folder, both of which are imported by Blueprint. This defines the two hosts called `my-darwin` and `my-nixos`. | ||
|
||
Their respective configuration files both import a shared `modules/nixos/host-shared.nix` module between them. | ||
|
||
Also, both hosts define a `me` user and their home-manager configuration simply imports `modules/homes/home-shared.nix`. | ||
|
||
Finally, notice in the root `flake.nix` we're adding the home-manager and nix-darwin inputs, which serve as dependencies for managing home configurations and macOS integrations, respectively. | ||
|
||
The idea with this template is that you can use this example to get started on how to share configurations between different system and home environments on different hosts. | ||
|
||
|
||
## Toml-DevEnvs | ||
|
||
Members of your team might be intimidated by Nix and flake files, and prefer a more traditional method of configuring their devshells. As such, we provide full support for TOML files. | ||
|
||
For more information, please visit our [devshell repo](https://github.com/numtide/devshell), which is what powers this template behind-the-scenes. | ||
|
||
## System Manager Template | ||
|
||
``` | ||
nix flake init -t github:numtide/blueprint#system-manager | ||
``` | ||
|
||
Notice that the root flake.nix file we're adding the system-manager input, which is our own project. You can find it on GitHub at [system-manager](https://github.com/numtide/system-manager), where you can read more information on how to use it. | ||
|
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Empty file.
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.
Might not hurt to include it, but it's a comparatively niche use-case IMO, and I'd rather just link to devshells README as you do with system-manager below.