From 370439870267f4656221faab28101ab7c2bc9ad1 Mon Sep 17 00:00:00 2001 From: paolino Date: Fri, 26 Jul 2024 13:14:29 +0000 Subject: [PATCH] Cleanup justfile from old nodes refs --- justfile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/justfile b/justfile index bae5247e157..77ade8ab18b 100644 --- a/justfile +++ b/justfile @@ -138,15 +138,9 @@ integration-tests match: '.#integration-exe' \ -c integration-exe -j 2 --match="{{match}}" -#start a shell with 9.1.0 in scope -node-8121: - nix shell \ - --accept-flake-config \ - 'github:IntersectMBO/cardano-node?ref=9.1.0#cardano-node' \ - 'github:IntersectMBO/cardano-node?ref=9.1.0#cardano-cli' # start a shell with 9.1.0 in scope -node-900: +node-910: nix shell \ --accept-flake-config \ 'github:IntersectMBO/cardano-node?ref=9.1.0#cardano-node' \