Skip to content
Snippets Groups Projects
Commit 405e61d1 authored by Oskar Manhart's avatar Oskar Manhart
Browse files

fix: actually build packages so they're inside the cachix cache

parent 80ba2ad3
No related branches found
No related tags found
No related merge requests found
...@@ -31,4 +31,4 @@ jobs: ...@@ -31,4 +31,4 @@ jobs:
extra-args: --version=branch extra-args: --version=branch
- name: Build packages - 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 ...@@ -517,7 +517,7 @@ nix profile install github:winapps-org/winapps#winapps-launcher # optional
}; };
outputs = outputs =
{ inputs@{
nixpkgs, nixpkgs,
winapps, winapps,
... ...
...@@ -546,8 +546,8 @@ nix profile install github:winapps-org/winapps#winapps-launcher # optional ...@@ -546,8 +546,8 @@ nix profile install github:winapps-org/winapps#winapps-launcher # optional
}; };
environment.systemPackages = [ environment.systemPackages = [
winapps.packages.${system}.winapps winapps.packages."${system}".winapps
winapps.packages.${system}.winapps-launcher # optional winapps.packages."${system}".winapps-launcher # optional
]; ];
} }
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment