From 515eae4a00f9802aa386fc0b107b9fe93c4ed98e Mon Sep 17 00:00:00 2001 From: Andrey Butirsky Date: Tue, 23 Apr 2024 15:14:37 +0300 Subject: [PATCH] Update disko-install.md Fixes #611 --- docs/disko-install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/disko-install.md b/docs/disko-install.md index 977c573..da5fb5b 100644 --- a/docs/disko-install.md +++ b/docs/disko-install.md @@ -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!