Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9bcbb19

Browse filesBrowse files
committed
Fix name clash for "nix-tools"
1 parent 5621c9e commit 9bcbb19
Copy full SHA for 9bcbb19

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎.github/workflows/pipeline.yml

Copy file name to clipboardExpand all lines: .github/workflows/pipeline.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
- name: "Check hix -- run github:haskell/cabal/3.10#cabal-install:exe:cabal -- --version"
240240
run: "HIX_DIR=$(mktemp -d) nix run .#hix --accept-flake-config -- run github:haskell/cabal/3.10#cabal-install:exe:cabal --accept-flake-config --override-input haskellNix . -- --version"
241241

242-
nix-tools:
242+
check-nix-tools:
243243
runs-on: [self-hosted, linux]
244244
steps:
245245
- uses: actions/checkout@v4

‎.github/workflows/upload-artifacts.yml

Copy file name to clipboardExpand all lines: .github/workflows/upload-artifacts.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Wait for Hydra Build
1+
name: Update Static Nix Tools
22

33
on:
44
push:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.