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 d16a9f2 commit 84a0b60
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,11 @@ jobs:
name: bootstrap-academy
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
useDaemon: false
- run: |
set -x
nix build .#src
readlink result
nix build .#generated
readlink result
- run: nix build
- run: readlink result
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
});
};
in {
inherit src generated;
default = self.packages.${system}.challenges;
challenges = pkgs.symlinkJoin {
name = "academy-challenges";
Expand Down

0 comments on commit 84a0b60

Please sign in to comment.