Skip to content

Commit 3e3251f

Browse files
committed
chore(nix): rename repl command
1 parent fcdddb3 commit 3e3251f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home/mlenz/common/packages/commands.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
nixbuild-shell = ''
239239
exec rlwrap ssh eu.nixbuild.net shell
240240
'';
241-
nix-repl = ''
241+
nixrepl = ''
242242
exec nix repl --expr 'rec {
243243
self = builtins.getFlake ("git+file://" + toString ./.);
244244
cfg = builtins.getFlake "cfg";

0 commit comments

Comments
 (0)