Skip to content

Commit 2fe48ab

Browse files
committed
fix nix-shell
1 parent 19665d7 commit 2fe48ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pkgs.mkShell {
44
name="AIDA website";
55
buildInputs = [
66
pkgs.just
7-
pkgs.nu
7+
pkgs.nushell
88
];
99
shellHook = ''
1010
echo "Initialized development environment.."

0 commit comments

Comments
 (0)