Skip to content

Commit c41264a

Browse files
committed
Fix typo
1 parent f14fc91 commit c41264a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/smash.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let
66
inherit (import (sourcePaths.smash + "/nix") {}) smashHaskellPackages;
77

88
# Force usage of cardano-node 1.26
9-
inherit (import (sourcePaths."cardano-node-1.26" + "/nix") { gitrev = self.sourcePaths."cardano-node-1.26".rev; }) cardano-node;
9+
inherit (import (sourcePaths."cardano-node-1.26" + "/nix") { gitrev = sourcePaths."cardano-node-1.26".rev; }) cardano-node;
1010
in {
1111
environment = {
1212
systemPackages = [

0 commit comments

Comments
 (0)