Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Jan 10, 2025
1 parent dc90316 commit 7a4149b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 0 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ pkgs.mkShell {
expect
mergerfs
attr
util-linux
time
shellcheck
];
Expand Down
1 change: 0 additions & 1 deletion test/missing_unionfs_mergerfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ run_nix() {
pkgs.mkShell {
buildInputs = with pkgs; [
attr
util-linux
];
}
EOF
Expand Down

0 comments on commit 7a4149b

Please sign in to comment.