mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2026-02-02 09:25:08 +01:00
add disko-doc
This commit is contained in:
parent
d4ad959543
commit
36ef99fca6
2 changed files with 40 additions and 0 deletions
|
|
@ -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...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue