Skip to content

Commit 1a847b4

Browse files
committed
use the same nixpkgs as flake
1 parent c3d5bbf commit 1a847b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v6
1313
- uses: DeterminateSystems/nix-installer-action@v21
14-
- run: nix profile install nixpkgs#direnv
14+
- run: nix profile install nixpkgs/nixos-25.11#direnv
1515
- run: |
1616
direnv allow
1717
direnv export gha >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)