flake: export makeArtiqBoardPackage

pull/1843/head
Sebastien Bourdeauducq 2022-01-30 19:31:20 +08:00
parent 34008b7a21
commit afb98a1903
1 changed files with 2 additions and 0 deletions

View File

@ -372,6 +372,8 @@
};
};
inherit makeArtiqBoardPackage;
defaultPackage.x86_64-linux = pkgs.python3.withPackages(ps: [ packages.x86_64-linux.artiq ]);
devShell.x86_64-linux = pkgs.mkShell {