From c540e0ab83b012743af5e9cbfe1d3b8bf49f03d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Wed, 17 Sep 2025 22:00:24 -0600 Subject: [PATCH] fix: why was this here --- flake.nix | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/flake.nix b/flake.nix index da51666..0749d98 100644 --- a/flake.nix +++ b/flake.nix @@ -19,22 +19,5 @@ lib.filterAttrs (_: v: lib.isDerivation v) self.legacyPackages.${system}); - - devShells.x86_64-linux.slippi = - let - pkgs = import inputs.nixpkgs { system = "x86_64-linux"; }; - in self.packages.x86_64-linux.slippi-launcher.env.overrideAttrs - (final: prev: { - shellHook = - builtins.replaceStrings - ["exec \"\${cmd[@]}\""] - ['' - echo "''${cmd[-1]}" - unset cmd[-1] - cmd+=("$SHELL") - exec "''${cmd[@]}" - ''] - prev.shellHook; - }); }; }