ci: convert build action to full flakes

This commit is contained in:
2023-02-23 10:21:52 +11:00
parent f20db9aa1b
commit ec62dc7950
2 changed files with 6 additions and 11 deletions

View File

@ -20,6 +20,10 @@
(_: drv: builtins.elem system (drv.meta.platforms or [ ]))
(import ./pkgs/top-level/all-packages.nix { inherit pkgs; });
devShells.ci = pkgs.mkShell {
buildInputs = [ pkgs.nix-build-uncached ];
};
apps = {
alacritty = mkApp { drv = pkgs.alacritty-ligatures; exePath = "/bin/alacritty"; };
protonmail-bridge = mkApp { drv = pkgs.protonmail-bridge; };