about summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorSandro Jäckel2024-08-22 14:57:02 +0200
committerzowoq2024-08-29 13:56:32 +1000
commit55760e4c10d56283412fff70f047b26379b76e54 (patch)
tree1c38cb14cbbfa419668cba1dfd2d3b48e7bb2edb /maintainers
parent0fefe244b14d6f140d98dff6ddeb648174fb29f5 (diff)
hydra: rename from hydra_unstable
There is no stable hydra package
Diffstat (limited to 'maintainers')
-rwxr-xr-xmaintainers/scripts/haskell/hydra-report.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainers/scripts/haskell/hydra-report.hs b/maintainers/scripts/haskell/hydra-report.hs
index debf684abf50..ebcb576d5521 100755
--- a/maintainers/scripts/haskell/hydra-report.hs
+++ b/maintainers/scripts/haskell/hydra-report.hs
@@ -1,6 +1,6 @@
 #! /usr/bin/env nix-shell
 #! nix-shell -p "haskellPackages.ghcWithPackages (p: [p.aeson p.req])"
-#! nix-shell -p hydra-unstable
+#! nix-shell -p hydra
 #! nix-shell -i runhaskell
 
 {-