Skip to content

Commit

Permalink
fix: undefined variable 'staging-pkgs' (#858)
Browse files Browse the repository at this point in the history
This commit fixes the undefined staging-pkgs like in the GitHub Actions
runs:
[example](https://github.com/goreleaser/nfpm/actions/runs/10854480085/job/30124997498#step:4:87)
  • Loading branch information
robsliwi authored Sep 17, 2024
1 parent 78979e2 commit cbb71bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

# nix develop .#docs
devShells.docs = pkgs.mkShell {
packages = with pkgs; with staging-pkgs.python311Packages; [
packages = with pkgs; with pkgs.python311Packages; [
(pkgs.writeScriptBin "ci-docs" "task docs:test")
go-task
htmltest
Expand Down

0 comments on commit cbb71bf

Please sign in to comment.