mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-24 10:04:09 -05:00
ci: fix package list evaluation
This commit is contained in:
+2
-3
@@ -18,9 +18,8 @@ tasks:
|
||||
cachix use "$cachix"
|
||||
- build: |
|
||||
cd "$repo"
|
||||
my_packages="echo .#{$(nix eval --raw --file ./pkgs --apply 'f: builtins.concatStringsSep "," (builtins.attrNames (f { } ))')}"
|
||||
nix build $my_packages
|
||||
nix build .#deploy-rs.deploy-rs
|
||||
my_packages="$(eval echo .#{$(nix eval --raw --file ./pkgs --apply 'f: builtins.concatStringsSep "," (builtins.attrNames (f { } ))')})"
|
||||
nix build $my_packages .#deploy-rs.deploy-rs
|
||||
|
||||
- upload_cachix: |
|
||||
nix path-info "$repo"/result*/ -r | cachix push "$cachix"
|
||||
|
||||
Reference in New Issue
Block a user