Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Defelo committed Sep 10, 2024
1 parent 84a0b60 commit d9b998e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@ jobs:
readlink result
nix build .#generated
readlink result
nix build .#cargoNix.workspaceMembers.challenges.build
readlink result
- run: nix build
- run: readlink result
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
});
};
in {
inherit src generated;
inherit src generated cargoNix;
default = self.packages.${system}.challenges;
challenges = pkgs.symlinkJoin {
name = "academy-challenges";
Expand Down

0 comments on commit d9b998e

Please sign in to comment.