add disko-doc

This commit is contained in:
Jörg Thalheim 2023-01-15 21:34:52 +01:00
parent d4ad959543
commit 36ef99fca6
2 changed files with 40 additions and 0 deletions

View file

@ -22,6 +22,7 @@
pkgs = nixpkgs.legacyPackages.${system};
in {
disko = pkgs.callPackage ./package.nix {};
disko-doc = pkgs.callPackage ./doc.nix { };
default = self.packages.${system}.disko;
});
# TODO: disable bios-related tests on aarch64...