Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

idsk: expand platforms to all

+1 -1
+1 -1
pkgs/tools/filesystems/idsk/default.nix
··· 24 24 homepage = "https://github.com/cpcsdk/idsk" ; 25 25 license = licenses.mit; 26 26 maintainers = [ ]; 27 - platforms = platforms.linux; 27 + platforms = platforms.all; 28 28 }; 29 29 }