about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-03-17 16:26:22 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-03-17 16:26:22 +0700
commite5628437292a971c43e6606a85f1a3b89c3d32ba (patch)
treeb8a44cd46229775c125c0e0c5b1d31de3baaa419 /pkgs/tools/filesystems
parent1d4f05da4d5825a19881fef904edd7dcbf156fef (diff)
cpcfs: expand platforms to all
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/cpcfs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/cpcfs/default.nix b/pkgs/tools/filesystems/cpcfs/default.nix
index 2aa63208e0086..a439e29358f7d 100644
--- a/pkgs/tools/filesystems/cpcfs/default.nix
+++ b/pkgs/tools/filesystems/cpcfs/default.nix
@@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/derikz/cpcfs/" ;
     license = licenses.bsd2;
     maintainers = [ ];
-    platforms = platforms.linux;
+    platforms = platforms.all;
   };
 }