From 37aa66a33be1de84088d53527e7e3175a2c31a75 Mon Sep 17 00:00:00 2001 From: Peter Selby Date: Mon, 6 Nov 2023 19:36:12 -0800 Subject: [PATCH] btrfs-progs is Linux-only --- niten.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/niten.nix b/niten.nix index d7b805a..fc6d6e3 100644 --- a/niten.nix +++ b/niten.nix @@ -53,7 +53,6 @@ let ant asdf binutils - btrfs-progs bundix byobu cdrtools @@ -109,6 +108,7 @@ let castor ] ++ (optionals isLinux [ atop + btrfs-progs clj2nix opencv-java ]);