Skip to content

Commit

Permalink
Chore: Add packages to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LovingMelody committed Apr 6, 2024
1 parent bcb3094 commit 305b465
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
(pkgs: { inherit (pkgs) star-citizen-helper lug-helper star-citizen; });
githubActions = nix-github-actions.lib.mkGithubMatrix {
checks =
nixpkgs.lib.getAttrs [ "x86_64-linux" "x86_64-darwin" ] self.checks;
(nixpkgs.lib.getAttrs [ "x86_64-linux" "x86_64-darwin" ] self.checks)
// (nixpkgs.lib.getAttrs [ "x86_64-linux" "x86_64-darwin" ]
self.packages);
};
};
}

0 comments on commit 305b465

Please sign in to comment.