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 ffd805e commit 19665d7Copy full SHA for 19665d7
shell.nix
@@ -4,7 +4,7 @@ pkgs.mkShell {
4
name="AIDA website";
5
buildInputs = [
6
pkgs.just
7
- pkgs.ed
+ pkgs.nu
8
];
9
shellHook = ''
10
echo "Initialized development environment.."
0 commit comments