diff --git a/lib/devos/devosSystem.nix b/lib/devos/devosSystem.nix index 8e91a7738..72d4c2bee 100644 --- a/lib/devos/devosSystem.nix +++ b/lib/devos/devosSystem.nix @@ -26,6 +26,7 @@ lib.nixosSystem (args // { nix.registry = lib.mapAttrs (n: v: { flake = v; }) inputs; isoImage.storeContents = [ self.devShell.${config.nixpkgs.system} + self.devShell.${config.nixpkgs.system}.drvPath hostConfig.system.build.toplevel hostConfig.system.build.toplevel.drvPath ];