From a20142faf9f77f218d9c4ea507c9526018f81caa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 12 Oct 2024 10:40:03 +0200 Subject: [PATCH] add disko to all installer Since disko is just some shell scripts it's comparable small and we can easily embed this everywhere. We can make use of this in our NixOS tutorials by providing nicer images. --- nix/installer.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/installer.nix b/nix/installer.nix index 1a2fa1a..45908c0 100644 --- a/nix/installer.nix +++ b/nix/installer.nix @@ -36,6 +36,8 @@ # alternative to nixos-generate-config # TODO: use nixpkgs again after next nixos release (pkgs.callPackage ./nixos-facter.nix {}) + + pkgs.disko ]; # Don't add nixpkgs to the image to save space, for our intended use case we don't need it