Skip to content

Commit

Permalink
fix: actually build packages so they're inside the cachix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardotglobal committed Jan 14, 2025
1 parent 80ba2ad commit 405e61d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
extra-args: --version=branch

- name: Build packages
run: nix-build
run: nix build .#winapps .#winapps-launcher
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ nix profile install github:winapps-org/winapps#winapps-launcher # optional
};
outputs =
{
inputs@{
nixpkgs,
winapps,
...
Expand Down Expand Up @@ -546,8 +546,8 @@ nix profile install github:winapps-org/winapps#winapps-launcher # optional
};
environment.systemPackages = [
winapps.packages.${system}.winapps
winapps.packages.${system}.winapps-launcher # optional
winapps.packages."${system}".winapps
winapps.packages."${system}".winapps-launcher # optional
];
}
)
Expand Down

0 comments on commit 405e61d

Please sign in to comment.