We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19665d7 commit 2fe48abCopy full SHA for 2fe48ab
shell.nix
@@ -4,7 +4,7 @@ pkgs.mkShell {
4
name="AIDA website";
5
buildInputs = [
6
pkgs.just
7
- pkgs.nu
+ pkgs.nushell
8
];
9
shellHook = ''
10
echo "Initialized development environment.."
0 commit comments