From 1ad9af6270283d70302c6368ba0f039e331a017d Mon Sep 17 00:00:00 2001 From: Whovian9369 Date: Sat, 15 Jun 2024 02:33:29 -0400 Subject: [PATCH] Notes! --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 19a88b5..4c7c509 100644 --- a/flake.nix +++ b/flake.nix @@ -96,6 +96,9 @@ $ nix build .#nixosConfigurations..config.system.build.toplevel should let me build the system config without calling "nixos-rebuild" + $ nix build .#nixosConfigurations.nixos-wsl.config.system.build.toplevel + should let me build the "nixos-wsl" system config. + How to build ISO: Building .#nixosConfigurations.isoimage-pc.config.system.build.isoImage should build ISO to "result" (or other set) symlink.