diff --git a/flake.lock b/flake.lock
index 818c8ac246dc20c85f74005e4877b558183b3469..5b87eae8aef95029ac271d58b2468cbadb032c09 100644
--- a/flake.lock
+++ b/flake.lock
@@ -51,15 +51,16 @@
     "horizon-shell-flake": {
       "flake": false,
       "locked": {
-        "lastModified": 1679341258,
-        "narHash": "sha256-iVB9GSar0Varbxi0ed98S/1mqXfqcATGpeENOFcjv98=",
-        "ref": "refs/heads/master",
-        "rev": "c6b62503082814851d3a78fc64b80c4fd02cb290",
-        "revCount": 18,
+        "lastModified": 1679524452,
+        "narHash": "sha256-xzNxvLVa3o0F/z4CnBDORv2Y6PfxjlGv7b7LybIyCSg=",
+        "ref": "refs/tags/0.0.8",
+        "rev": "21b8913803cefeb287bb244c7ee335638233db7f",
+        "revCount": 21,
         "type": "git",
         "url": "https://gitlab.horizon-haskell.net/shells/horizon-shell"
       },
       "original": {
+        "ref": "refs/tags/0.0.8",
         "type": "git",
         "url": "https://gitlab.horizon-haskell.net/shells/horizon-shell"
       }
diff --git a/flake.nix b/flake.nix
index cd3cd23bfd0ba4e0e566cdc13e87679f2777328c..3333b90f51ab062a194652c9f4469a574269866d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -11,7 +11,7 @@
     get-flake.url = "github:ursi/get-flake";
     flake-parts.url = "github:hercules-ci/flake-parts";
     horizon-shell-flake = {
-      url = "git+https://gitlab.horizon-haskell.net/shells/horizon-shell";
+      url = "git+https://gitlab.horizon-haskell.net/shells/horizon-shell?ref=refs/tags/0.0.8";
       flake = false;
     };
     lint-utils.url = "git+https://gitlab.homotopic.tech/nix/lint-utils";