Skip to content

Commit ac75407

Browse files
committed
Always use nixpkgs platform
We only configure nixpkgs compatible toolchains, so this should be added unconditionally.
1 parent bc7b7cf commit ac75407

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.bazelrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
build --host_platform=@rules_nixpkgs_core//platforms:host
2+
13
# Remote Cache Configuration
24
build:remote-cache --bes_results_url=https://app.buildbuddy.io/invocation/
35
build:remote-cache --bes_backend=grpcs://remote.buildbuddy.io

.github/workflows/workflow.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
- name: Configure
4343
run: |
4444
cat >>.bazelrc.local <<EOF
45-
build --host_platform=@io_tweag_rules_nixpkgs//nixpkgs/platforms:host
4645
build --config=remote-cache
4746
build --repository_cache=~/repo-cache/
4847
EOF

0 commit comments

Comments
 (0)