From a56395135fc883f4bc39f1bc79c48289a6c7c464 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 25 Mar 2024 19:05:33 +0100 Subject: [PATCH] Will it work without steam? --- pkgs/auto-mount/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/auto-mount/default.nix b/pkgs/auto-mount/default.nix index 071338f..a324850 100644 --- a/pkgs/auto-mount/default.nix +++ b/pkgs/auto-mount/default.nix @@ -2,7 +2,6 @@ lib, stdenv, system, - steam, pkgs, jq, coreutils, @@ -17,7 +16,7 @@ writeShellApplication name = "auto-mount"; - runtimeInputs = [jq coreutils udisks util-linux toybox steam]; + runtimeInputs = [jq coreutils udisks util-linux toybox]; text = '' set -euo pipefail