Skip to content
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

Update disko-install.md #612

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Update disko-install.md #612

merged 1 commit into from
Apr 23, 2024

Conversation

bam80
Copy link
Contributor

@bam80 bam80 commented Apr 23, 2024

Fixes #611

@Lassulus Lassulus merged commit dea3141 into nix-community:master Apr 23, 2024
40 checks passed
@@ -140,6 +140,8 @@ Add this to your flake.nix output:
{
nixosConfigurations.your-machine = inputs.nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
# to pass this flake into your configuration (see the example below)
specialArgs = {inherit self;};
modules = [
{
# TODO: add your NixOS configuration here, don't forget your hardware-configuration.nix as well!
Copy link
Contributor Author

@bam80 bam80 Apr 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Am I understand right we should add a reference to the Example for a NixOS installer module file AND user's NixOS configuration (which in it's turn should include hardware-configuration.nix) here?

If so, I could try to make such edits to express it more clearly (or you could do it yourself, as I'm completely new to Nix).

@Lassulus @Mic92

@bam80 bam80 deleted the patch-1 branch April 23, 2024 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

how to to pass flake self using specialArgs?
2 participants