From: icecodder Date: Sun, 15 Jan 2023 14:13:32 +0000 (+0100) Subject: fix typo X-Git-Tag: v0.1.1~22 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=45d25c68dcffa822a5460ea7ee19aad97c855a74;p=matthieu%2Fnova.git fix typo --- diff --git a/shell.nix b/shell.nix index c1bbd06..b55f1a7 100644 --- a/shell.nix +++ b/shell.nix @@ -1,9 +1,8 @@ # This defines a function taking `pkgs` as parameter, and uses # `nixpkgs` by default if no argument is passed to it. { pkgs ? import {} }: - -# Thisa void typings `pkgs.` before each package name. -with pkgs; + # This avoid typings `pkgs.` before each package name. + with pkgs; # Defines a shell. mkShell {