From 34de549ecccfb2f1ec6eb6c24d19a562f5d1872c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 14 Oct 2023 11:47:16 +0200 Subject: [PATCH] document using nixos-anywhere without flakes and disko --- docs/howtos/use-without-flakes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/howtos/use-without-flakes.md b/docs/howtos/use-without-flakes.md index cba762f..f54c38b 100644 --- a/docs/howtos/use-without-flakes.md +++ b/docs/howtos/use-without-flakes.md @@ -3,6 +3,8 @@ While `nixos-anywhere` is designed to work optimally with Nix Flakes, it also supports the traditional approach without flakes. This document outlines how to use `nixos-anywhere` without relying on flakes. +You will need to [import the disko nixos module](https://github.com/nix-community/disko/blob/master/docs/HowTo.md#installing-nixos-module) in your NixOS configuration +and define disko devices as described in the [examples](https://github.com/nix-community/disko/tree/master/example). ## Generate Required Store Paths