Skip to content

Commit 26b3845

Browse files
authored
Update README.md
1 parent 5b2ce28 commit 26b3845

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ Create a custom `nix develop` shell with a `flake.nix` like this for example:
104104
pkgs.nodejs-18_x
105105
pkgs.esbuild
106106
];
107-
shellHook = ''
108-
source <(spago --bash-completion-script `which spago`)
109-
source <(node --completion-bash)
110-
'';
107+
shellHook = ''
108+
source <(spago --bash-completion-script `which spago`)
109+
source <(node --completion-bash)
110+
'';
111111
};
112112
};
113113
}

0 commit comments

Comments
 (0)