From 7a4149b128ee619bf2f966ab6a126a16141b6958 Mon Sep 17 00:00:00 2001 From: Ezri Zhu Date: Fri, 10 Jan 2025 18:08:41 -0500 Subject: [PATCH] update deps --- .github/workflows/test.yaml | 2 +- README.md | 1 - shell.nix | 1 - test/missing_unionfs_mergerfs.sh | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c9231973..21f74b5f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | - sudo apt-get install util-linux expect mergerfs attr pandoc + sudo apt-get install expect mergerfs attr pandoc - name: Checkout uses: actions/checkout@v4 diff --git a/README.md b/README.md index d92a52f2..7d8c64d8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ commands that you don't already trust on your system, (i.e. network calls are al `try` relies on the following Debian packages -* `util-linux` (for standard Linux utilities, `findmnt`) * `attr` (for `getfattr`) * `pandoc` and `autoconf` (if working from a GitHub clone) diff --git a/shell.nix b/shell.nix index ecf1838e..5c2c8f63 100644 --- a/shell.nix +++ b/shell.nix @@ -5,7 +5,6 @@ pkgs.mkShell { expect mergerfs attr - util-linux time shellcheck ]; diff --git a/test/missing_unionfs_mergerfs.sh b/test/missing_unionfs_mergerfs.sh index f4863821..3e0a33a8 100755 --- a/test/missing_unionfs_mergerfs.sh +++ b/test/missing_unionfs_mergerfs.sh @@ -42,7 +42,6 @@ run_nix() { pkgs.mkShell { buildInputs = with pkgs; [ attr - util-linux ]; } EOF