diff --git a/flake.nix b/flake.nix index 1dab918..e880eb1 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ in { devShells.default = pkgs.mkShell { - name = "libasm-42"; + name = "drquine-42"; buildInputs = with pkgs; [ @@ -49,19 +49,10 @@ lldb coreutils xxd - valgrind clang-tools asm-lsp ] - ++ ( - if pkgs.stdenv.isLinux then - [ - strace - valgrind - ] - else - [ ] - ); + ++ (if pkgs.stdenv.isLinux then [ valgrind strace ] else []); shellHook = '' export AS=nasm