mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-02 08:56:40 +02:00
fix: actually build packages so they're inside the cachix cache
This commit is contained in:
2
.github/workflows/update-nix.yaml
vendored
2
.github/workflows/update-nix.yaml
vendored
@@ -31,4 +31,4 @@ jobs:
|
||||
extra-args: --version=branch
|
||||
|
||||
- name: Build packages
|
||||
run: nix-build
|
||||
run: nix build .#winapps .#winapps-launcher
|
||||
|
@@ -517,7 +517,7 @@ nix profile install github:winapps-org/winapps#winapps-launcher # optional
|
||||
};
|
||||
|
||||
outputs =
|
||||
{
|
||||
inputs@{
|
||||
nixpkgs,
|
||||
winapps,
|
||||
...
|
||||
@@ -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
|
||||
];
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user